Relative Content

Tag Archive for pythonjupyter

Empty dataframes in jupyterlab

I am not receiving error messages in my current script- but I am being told that as soon as I start dropping any NaN values, all of my dataframes are empty, so there is nothing to graph. Here is my script below

How to navigate to other directories in Jupyter notebook and Jupyter lab

I work on a HPC cluster and I’m trying to use Jupyter to write Python scripts for data processing. I can’t seem to change directories to where the actual data itself lives and where I will be working. Who thought that this would be a good idea? This makes Jupyter basically useless to me. Does anyone know what to do here?