Recent | Popular
##python #coding #python #programming #pickle
import pandas as pd dict_data = { 'users': ['user_123', 'user_abc'], 'tasks': ['test1', 'test2'] } df = pd.DataFrame.from_dict(dict_data) df.to_pickle('out.pkl') # read pkl file print(pd.read_pickle('out.pkl'))
#pickle #read #python
# Load the data churn_df = pd.read_pickle("CHURN_1.p")
Wed Jun 19 2024 08:45:33 GMT+0000 (Coordinated Universal Time)
Fri May 14 2021 09:40:26 GMT+0000 (Coordinated Universal Time) http://localhost:8888/notebooks/AA-FEA~1.ipynb