Skip to content

Instantly share code, notes, and snippets.

View TalKachman's full-sized avatar
🎯
Focusing

Tal Kachman TalKachman

🎯
Focusing
View GitHub Profile
@TalKachman
TalKachman / hdf_to_parquet.py
Created September 24, 2022 16:05 — forked from jiffyclub/hdf_to_parquet.py
Do the same thing in Spark and Pandas
"""
Convert Pandas DFs in an HDFStore to parquet files for better compatibility
with Spark.
Run from the command line with:
spark-submit --driver-memory 4g --master 'local[*]' hdf5_to_parquet.py
"""
import pandas as pd
@TalKachman
TalKachman / minimal_lightning_example.ipynb
Last active July 20, 2022 18:47
minimal pl lightning
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.