ChEB-AI / python-chebai

GNU Affero General Public License v3.0
11 stars 4 forks source link

replace pickle.load with pd.read_pickle for raw files #26

Closed sfluegel05 closed 3 months ago

sfluegel05 commented 3 months ago

closes #24

I also tried to identify other instances where a pandas dataframe is loaded via pickle.load.

@MGlauer could you check if this resolves your problem?