Read data
Load Pickle file in Python
Load Pickle file in Python code. Pickle can be used to store any Python object. Loaded content will be assigned to Python variable.
pickle
Required packages
You need below packages to use the code generated by recipe. All packages are automatically installed in MLJAR Studio.
pandas>=1.0.0
Interactive recipe
You can use below interactive recipe to generate code. This recipe is available in MLJAR Studio.
Python code
# Python code will be here
Code explanation
- Read pickle file from provided path.
- Print loaded object.
Read data cookbook
Code recipes from Read data cookbook.