-
Notifications
You must be signed in to change notification settings - Fork 292
Kernel crashes when using fastparquet
Don Jayamanne edited this page Apr 5, 2022
·
1 revision
Running the following code is known to have caused kernels to crash:
dataframe.to_parquet()
Using pyarrow
instead of fastparquet
seems to have resolved this issue.
On a side note, when kernels crash, its most likely a package hasn't been installed correctly, hence re-installing the package would resolve the issue.
It is also possible other dependent packages could cause the package to fall over, in such cases, its best to start out with a new environment.
Finally, when using Conda environments, please avoid using pip
to install packages, instead use conda install
.
Originally filed here https://github.com/microsoft/vscode-jupyter/issues/9347#issuecomment-1068065457
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension