-
Updated
Nov 4, 2021 - Python
SciPy
SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open source software for mathematics, science, and engineering.
Here are 1,367 public repositories matching this topic...
-
Updated
Oct 19, 2019
kulsinski has been superseded by kulczynski1 in #1484.
As per scipy/scipy#2009 (comment)_, we should deprecate kulsinski starting with 1.9.
-
Updated
Nov 8, 2021 - Python
Implement GPU version of numpy.* functions in cupy.* namespace.
This is a tracker issue that lists the remaining numpy.* APIs (see also: comparison table). I've categorized them based on difficulty so that new contributors can pick the right task. Your contribution is highly welcomed and appreciated!
List of A
-
Updated
Dec 1, 2021 - Python
-
Updated
Nov 30, 2021 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Dec 1, 2021 - Python
-
Updated
Nov 29, 2019 - Python
-
Updated
Nov 6, 2021 - HTML
-
Updated
Nov 5, 2021 - Jupyter Notebook
-
Updated
Oct 28, 2021 - Jupyter Notebook
-
Updated
Mar 4, 2018 - Jupyter Notebook
-
Updated
Mar 28, 2017 - Python
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
-
Updated
Oct 7, 2021 - Python
-
Updated
Mar 17, 2020 - Python
-
Updated
May 5, 2018 - Jupyter Notebook
-
Updated
Jun 15, 2021 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Mar 16, 2020
-
Updated
Dec 2, 2021 - C
Created by Travis Oliphant, Pearu Peterson, Eric Jones
Latest release 9 days ago
- Repository
- scipy/scipy
- Website
- www.scipy.org
- Wikipedia
- Wikipedia
What happened:
When reading an empty parquet file with
chunksizeargument, the error"IndexError: list index out of range"is raised. While it may seem that usingchunksizeis irrelevant, the use case here is reading files from an external source where it is not known a priori whether or not the file is empty (or really large).What you expected to happen:
An empty dataframe