The Wayback Machine - https://web.archive.org/web/20210918035916/https://github.com/topics/scipy
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,302 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
raybellwaves
raybellwaves commented Sep 2, 2021

I'm hoping to get an idea of the memory size of a dask.dataframe once I call .compute() on it

My current approach is

import dask.dataframe as dd
from dask.utils import format_bytes

ddf = dd.demo.make_timeseries(
    start="2000-01-01",
    end="2000-01-02",
    dtypes={"x": float, "y": float, "id": int},
    freq="10ms",
    partition_freq="24h",
)

format_bytes(ddf.memory_u
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 2 months ago

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

Related Topics

python scikit