menu

Pandas write dataframes to multiple sheets in Excel

date_range 10/03/2022 09:33

Do you generate multiple dataframes and write each one out to its own excel or csv file?

Get custom Jira data fields with Azure Data Factory using the Jira connector

date_range 08/03/2022 11:50

Moving Jira data into a data warehouse is not difficult task for both cloud or on-prem deployments, but what about a heavily customized Jira instances?

Django view file from Google Drive in Browser

date_range 13/04/2021 09:17

Django can easily load files onto the server for storage, but what if local storage is a big limitation?

Python Lambda Functions

date_range 19/08/2020 09:14

Unlike lambda forms in other languages, where they add functionality, Python lambdas are only a shorthand notation if you’re too “lazy” to define a function - Python.org

Python Slicing[0::]

date_range 30/07/2020 06:57

The Python slice notation makes it very easy to access sub-lists from an existing list.