You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix codespell violations
* drop rule files: ^(pandas|doc)/ from codespell pre-commit config
also fix typos fempto -> femto
* improve codespell ignore-regex in setup.cfg
Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
We had about 1250 repsonses over the 15 days we ran the survey in the summer of 2019.
29
+
We had about 1250 responses over the 15 days we ran the survey in the summer of 2019.
30
30
31
31
## About the Respondents
32
32
33
-
There was a fair amount of representation across pandas experience and frequeny of use, though the majority of respondents are on the more experienced side.
33
+
There was a fair amount of representation across pandas experience and frequency of use, though the majority of respondents are on the more experienced side.
34
34
35
35
36
36
@@ -101,15 +101,15 @@ CSV and Excel are (for better or worse) the most popular formats.
Pandas is slowly growing new exentension types. Categoricals are the most popular,
112
+
Pandas is slowly growing new extension types. Categoricals are the most popular,
113
113
and the nullable integer type is already almost as popular as datetime with timezone.
114
114
115
115
@@ -139,7 +139,7 @@ Of these, the clear standout is "scaling" to large datasets. A couple observatio
139
139
1. Perhaps pandas' documentation should do a better job of promoting libraries that provide scalable dataframes (like [Dask](https://dask.org), [vaex](https://dask.org), and [modin](https://modin.readthedocs.io/en/latest/))
140
140
2. Memory efficiency (perhaps from a native string data type, fewer internal copies, etc.) is a valuable goal.
141
141
142
-
After that, the next-most critical improvement is integer missing values. Those were actually added in [Pandas 0.24](https://pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.0.html#optional-integer-na-support), but they're not the default, and there's still some incompatibilites with the rest of pandas API.
142
+
After that, the next-most critical improvement is integer missing values. Those were actually added in [Pandas 0.24](https://pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.0.html#optional-integer-na-support), but they're not the default, and there's still some incompatibilities with the rest of pandas API.
143
143
144
144
Pandas is a less conservative library than, say, NumPy. We're approaching 1.0, but on the way we've made many deprecations and some outright API breaking changes. Fortunately, most people are OK with the tradeoff.
0 commit comments