Python restarts the kernel when trying to read a .pkl file?

后端 未结 0 1728
野的像风
野的像风 2020-12-02 23:21

Below is an example of my code:

import pandas as pd
x = pd.read_pickle(\'filename.pkl\')

Upon running, the kernel always restarts. I can\'t g

相关标签:
回答
  • 消灭零回复
提交回复
热议问题