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,476 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 Nov 4, 2021
  • Python
gjoseph92
gjoseph92 commented Mar 2, 2022

I naively tried to do dd.merge(a, b, on="column_with_ten_values"), where a and b were both large DataFrames with thousands of partitions each.

Eventually the compute failed with:

[File /opt/conda/envs/coiled/lib/python3.9/site-packages/dask/dataframe/multi.py:275, in merge_chunk()

File /opt/conda/envs/coiled/lib/python3.9/site-packages/pandas/core/frame.py:9329, i
good first issue dataframe documentation
chmendoza
chmendoza commented Mar 22, 2022

Hi!

This line requires the length of bands to be even:

https://github.com/scipy/scipy/blob/b5d8bab88af61d61de09641243848df63380a67f/scipy/signal/_fir_filter_design.py#L982

But from the docs, and the example that uses a flattened sequence as bands (see below), it's not that obvious that firls requires an even number of edges. Could this be improved/clarified in the docs? Thank you!

scipy.signal Documentation good first issue
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 
good first issue documentation

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