Pandas PERF: Some asv tests take a long time to setup

I hacked asv to log the total execution time, including setup, for each benchmark. Some of these are parametrized over s...

Pandas PERF: add memory benchmarks?

Seeing #9648, we could maybe start adding memory benchmarks as well (this would be possible with asv?)Comment From: mroe...

Pandas read_csv from HTTPs + basic-auth + custom port throws an error (urlopen error)

Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.read_csv('https://user-name:pwd@my.fqdn.com:8...

Pandas API: add "show_counts" arg to info

From https://github.com/pydata/pandas/issues/6939, @jorisvandenbossche made the suggestion thatwe could add a keyword ar...

Pandas IOError: [Errno 2] while building pandas doc

Describe the bugGot an IOError: [Errno 2] when I tried to build the pandas docs in Ubuntu 18.04 LTS (Bionic Beaver) runn...

Pandas Missing license file on linux wheels

Problem descriptionThe manylinux1 wheels for cp36 pandas 0.24.1 don't have License files. See https://files.pythonhosted...

Pandas BUILD: openSUSE: Can't import IncompatibleFrequency in Pandas

Hi, I am trying to install Pandas for a project for our Devs. After installing Pandas with pip3 and trying to run the pr...

Pandas BUG: Getting garbled characters when using pd.to_clipboard()

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas BUG: Pandas Import is failing under Conda Python 3.7

[x ] I have checked that this issue has not already been reported.[ x] I have confirmed this bug exists on the latest ve...

Pandas DataFrame memory_usage inflates when unpickling a MultiIndex, deflates after copy

Code Sample, a copy-pastable example if possibleimport numpy as npimport pandas as pdsize = 1000*1000idx = pd.Series([0,...

Pandas QST: Unable to install the pandas into the linux environment (Raspberry Pi 4)

Hey, I am using the linux environment on the raspberry pi 4 device and trying to install the pandas. I had ran almost th...

Pandas CI: FutureWarning from string promotion on actions-38-numpydev

[x] I have checked that this issue has not already been reported.[] I have confirmed this bug exists on the latest maste...

Pandas Support additional parameters in read_xml

Is your feature request related to a problem?I would like to use pandas read_xml function to parse shallow xml data abou...

Pandas Proposal: a new nullable Timestamp data type with support for non-ns resolutions

Motivation for this proposal: for full dtype support with nullable dtypes, we also need a nullable version of the dateti...

Pandas MemoryError, Python 32bit, Error when reading a large file

Code Sampleimport pandas as pdpath = 'dataset.gz'df = pd.read_csv(path, sep = ';', compression = 'gzip')print(sys.getsiz...

Pandas BUG: set_index with object column gives wrong stack level in warning

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: validate_docstrings has many warnings

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...

Pandas Pandas breaks warnings module when printing DataFrame

>>> import warnings>>> warnings.warn('asd')<input>:1: UserWarning: asd>>> warnings.warn...

Pandas Multi-dimensional Index indexing followups

Avoid DeprecationWarning followed by exception: https://github.com/pandas-dev/pandas/pull/30588#discussion_r364930269Upd...

Pandas Proposal: Rename bool() to to_bool()

https://github.com/pandas-dev/pandas/blob/f78b1cc46268e8cee8f5ccdacc41e667a6b92ef7/pandas/core/generic.py#L1371This meth...
上一页 下一页
.