pandas
Here are 9,794 public repositories matching this topic...
-
Updated
Mar 11, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Mar 12, 2021 - Python
I just ran into an issue when trying to use to_csv with distributed workers that don't share a file system. I shouldn't have been surprised that writing to a local file system from a distributed worker doesn't work. It shouldn't work. But the error I got was just a File Not Found error. That brought me to:dask/dask#2656 (comment) - which was the answer.
-
Updated
Dec 23, 2020 - Python
-
Updated
Feb 9, 2021 - Python
-
Updated
Mar 13, 2021 - Python
-
Updated
Mar 11, 2021 - Jupyter Notebook
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Mar 13, 2021 - Python
-
Updated
Mar 12, 2021 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
Describe the bug
After applying the unstack function, the variable names change to numeric format.
Steps/Code to reproduce bug
def get_df(length, num_cols, num_months, acc_offset):
cols = [ 'var_{}'.format(i) for i in range(num_cols)]
df = cudf.DataFrame({col: cupy.random.rand(length * num_months) for col in cols})
df['acc_id'] = cupy.repeat(cupy.arange(length), nu
-
Updated
Mar 12, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Feb 2, 2021 - Python
-
Updated
Dec 28, 2020 - Python
-
Updated
Mar 12, 2021 - Python
-
Updated
Mar 1, 2021 - Rust
-
Updated
Feb 25, 2021 - Python
-
Updated
Mar 12, 2021 - Python
-
Updated
Mar 12, 2021 - JavaScript
Implements {DataFrame,Series}.empty
Improve this page
Add a description, image, and links to the pandas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pandas topic, visit your repo's landing page and select "manage topics."
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us