Skip to content
#

scipy

Here are 887 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Jul 24, 2020
  • Python
eugeneh101
eugeneh101 commented Apr 24, 2020

If you join Dask DataFrame on a categorical column, then the outputted Dask DataFrame column is still category dtype. However, the moment you .compute() the outputted Dask DataFrame, then the column is the wrong dtype, not categorical.

Tested on Dask 2.14.0 and Pandas 1.0.3
This example where the category type looks like a float, so after .compute(), the dtype is float.

import dask.d
verde
santisoler
santisoler commented Aug 3, 2020

Description of the desired feature

When trying to create rolling windows with a size larger than the minimum dimension of the region, the function raises a very strange error:

For example, if our region is 20e3 x 10e3 and we try to generate windows with a size of 15e3:

import verde as vd

coordinates = vd.grid_coordinates(region=(-10e3, 10e3, -5e3, 5e3), shape=(30, 30

Improve this page

Add a description, image, and links to the scipy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scipy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.