Skip to content
#

SciPy

scipy logo

SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open source software for mathematics, science, and engineering.

Here are 1,295 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 May 13, 2021
  • Python
TomAugspurger
TomAugspurger commented Aug 25, 2021

dask.data

In [12]: import dask.dataframe as dd, pandas as pd

In [13]: df = dd.from_pandas(pd.DataFrame({"A": [1, 2]}), npartitions=1)

In [14]: df.head()
/home/taugspurger/miniconda3/envs/stac-table/lib/python3.9/site-packages/dask/dataframe/core.py:6778: UserWarning: Insufficient elements for `head`. 5 elements requested, only 2 elements available. Try passing larger `npartiti
orange3
janezd
janezd commented Aug 28, 2021

What's your use case?
In other words, what's your pain point?

Variable names and their icons are shown as vertical header. This

  • is ugly,
  • doesn't show the selection properly,
  • doesn't allow sorting by variable names,
  • doesn't allow selection by dragging across a range of variables (though one can drag across rows in the table itself),
  • and possibly something else.

<img wi

verde
santisoler
santisoler commented May 11, 2021

Description of the desired feature

The spacing parameter of the rolling_window function controls the distance between the center of two adjacent windows.
Nevertheless, the docstring reads:

    spacing : float, tuple = (s_north, s_east), or None
        The window size in the South-North and West-East directions,
        respectively. A single value means that the size is equal 

Created by Travis Oliphant, Pearu Peterson, Eric Jones

Latest release about 1 month ago

Repository
scipy/scipy
Website
www.scipy.org
Wikipedia
Wikipedia

Related Topics

python scikit