😀
Pinned Loading
-
instagram-engagement-rate
instagram-engagement-rate PublicChrome Extension to calculate instagram public profile engagement rate
JavaScript 4
-
Python pandas dataframe to google sh...
Python pandas dataframe to google sheets [Read, Write, and Append] 1import gspread_dataframe as gd
2import gspread as gs
3gc = gs.service_account(filename="credentials.json")
45def export_to_sheets(sheet_name,df,mode='r'):
-
Upload DataFrame to Azure Blob Stora...
Upload DataFrame to Azure Blob Storage as CSV file and Download CSV file as dataframe. Azure Python v12.5.0 1import os, uuid
2from io import BytesIO
3from datetime import datetime
4from urllib.parse import urlparse
5from azure.storage.blob import BlobServiceClient
-
Python Script to write data in googl...
Python Script to write data in google sheets 1"""
2# Worksheet header to data key mapping
3header_to_key = {
4"Name":"name",
5"Age":"age",
-
Flatten Nested Dictionary within lis...
Flatten Nested Dictionary within list or having list items. #flatten #python 1"""
2Using a generator we can `yield` key and value pairs when the value is not an instance of `list` or `dict`
3else we recursively call the function to flatten the object. To preserve empty `list` and `dict`
4we add additional check on obj when checking the obj type.
5"""
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.