-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
BUG: Series/DataFrame/Index/pd.array Constructors
DataFrame
constructor not compatible with array-like classes that have a 'name'
attribute
Bug
Constructors
#61443
opened May 14, 2025 by
user27182
2 of 3 tasks
BUG: Constructing series with Timedelta object results in datetime series
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Timedelta
Timedelta data type
#61365
opened Apr 27, 2025 by
Casper-Guo
3 tasks done
BUG: Memory leak when creating a df inside a loop
Bug
Closing Candidate
May be closeable, needs more eyeballs
Constructors
Series/DataFrame/Index/pd.array Constructors
Performance
Memory or execution speed performance
Windows
Windows OS
#60897
opened Feb 9, 2025 by
Chuck321123
3 tasks done
BUG: many dataframe operations broken when a column contains numpy structured array
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Error Reporting
Incorrect or improved errors from pandas
#60108
opened Oct 26, 2024 by
digitalsignalperson
2 of 3 tasks
BUG: Creation of UInt64 column with Series/DataFrame/Index/pd.array Constructors
ExtensionArray
Extending pandas with custom dtypes or arrays.
18446744073709551615
throws RuntimeWarning
Bug
Constructors
#60050
opened Oct 15, 2024 by
Tishj
2 of 3 tasks
BUG: Boolean Series (actually object) with <NA> values breaks ~ negation and reverts to bit-wise operations
Bug
Closing Candidate
May be closeable, needs more eyeballs
Constructors
Series/DataFrame/Index/pd.array Constructors
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
#60049
opened Oct 15, 2024 by
RedAero
3 tasks done
ENH: DataFrame.from_dict doesn't work with collections.UserDict objects
Constructors
Series/DataFrame/Index/pd.array Constructors
Enhancement
IO Data
IO issues that don't fit into a more specific label
Needs Discussion
Requires discussion from core team before further action
#59737
opened Sep 6, 2024 by
mesvam
2 of 3 tasks
BUG: Can't store Series/DataFrame/Index/pd.array Constructors
Dtype Conversions
Unexpected or buggy dtype conversions
IntEnum
members inside a pd.DataFrame
column of object
dtype. If you use pd.Series
it works
Bug
Constructors
#59380
opened Aug 1, 2024 by
willofferfit
2 of 3 tasks
ENH: generalize Series/DataFrame/Index/pd.array Constructors
Enhancement
Needs Discussion
Requires discussion from core team before further action
__init__
on a dict
to abc.collections.Mapping
and __getitem__
on a list
to abc.collections.Sequence
API Design
Constructors
#58803
opened May 21, 2024 by
MilesCranmer
1 of 3 tasks
BUG: DataFrame([Series with different CategoricalIndexes]) results in non-Categorical columns
Categorical
Categorical Data Type
Constructors
Series/DataFrame/Index/pd.array Constructors
DataFrame
DataFrame data structure
#57592
opened Feb 23, 2024 by
mroeschke
PERF: timezoned series created 6x faster than non-timezoned series
Constructors
Series/DataFrame/Index/pd.array Constructors
Performance
Memory or execution speed performance
Timestamp
pd.Timestamp and associated methods
Timezones
Timezone data dtype
#56860
opened Jan 13, 2024 by
soerenwolfers
2 of 3 tasks
BUG: Empty list passed to Series/DataFrame/Index/pd.array Constructors
DataFrame
DataFrame data structure
Dtype Conversions
Unexpected or buggy dtype conversions
Series
returns object
dtype, but via DataFrame
returns float64
Bug
Constructors
#56679
opened Dec 29, 2023 by
galipremsagar
2 of 3 tasks
BUG: Inconsistent behavior while constructing a Series with large integers in a int64 masked array
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Dtype Conversions
Unexpected or buggy dtype conversions
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
#56566
opened Dec 19, 2023 by
MridulS
3 tasks done
REF/EA-API: EA constructor without dtype specified
API Design
Constructors
Series/DataFrame/Index/pd.array Constructors
ExtensionArray
Extending pandas with custom dtypes or arrays.
#56430
opened Dec 10, 2023 by
jbrockmendel
BUG: DataFrame([empty EA Series]) returns NAs with dtype object
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
DataFrame
DataFrame data structure
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
#56231
opened Nov 28, 2023 by
mroeschke
3 tasks done
API/PERF: when to check for mismatched tzs/awareness in array_to_datetime
API Design
Constructors
Series/DataFrame/Index/pd.array Constructors
Datetime
Datetime data dtype
Performance
Memory or execution speed performance
#55779
opened Oct 31, 2023 by
jbrockmendel
API: to_datetime with integers/floats and format desired behavior?
API Design
Constructors
Series/DataFrame/Index/pd.array Constructors
Datetime
Datetime data dtype
#55663
opened Oct 24, 2023 by
jbrockmendel
BUG: Data type is float64 when Dataframe is initialized with array of shape (0, 0)
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
DataFrame
DataFrame data structure
Dtype Conversions
Unexpected or buggy dtype conversions
#55649
opened Oct 23, 2023 by
GianlucaFicarelli
2 of 3 tasks
BUG: Series constructor incorrectly assumes that any dtype with Series/DataFrame/Index/pd.array Constructors
.kind == 'V...'
is a “compound dtype”
Bug
Constructors
#54810
opened Aug 28, 2023 by
flying-sheep
3 tasks done
QST: pandas.DataFrame() converts pyarrow.array() to numpy series
Arrow
pyarrow functionality
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Dtype Conversions
Unexpected or buggy dtype conversions
#54057
opened Jul 9, 2023 by
yoonghm
2 tasks done
API/DEPR: pd.array don't cast numpy int/float/bool arrays to nullable
API Design
Constructors
Series/DataFrame/Index/pd.array Constructors
Deprecate
Functionality to remove in pandas
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Needs Discussion
Requires discussion from core team before further action
PDEP missing values
Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint
#53695
opened Jun 15, 2023 by
jbrockmendel
BUG: (regression? v2 vs v1.5) ValueError: Big-endian buffer not supported on little-endian compiler
Constructors
Series/DataFrame/Index/pd.array Constructors
Regression
Functionality that used to work in a prior pandas version
API: construction from custom object with __array__ method
API - Consistency
Internal Consistency of API/Behavior
Constructors
Series/DataFrame/Index/pd.array Constructors
#53085
opened May 4, 2023 by
jbrockmendel
ENH: switch to copy=False by default when DataFrame is constructed from dict of Series/Index for CoW
Constructors
Series/DataFrame/Index/pd.array Constructors
Copy / view semantics
Enhancement
Needs Discussion
Requires discussion from core team before further action
BUG: Rows are not inserted into DataFrame from lists of one element in v2.0
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
DataFrame
DataFrame data structure
Regression
Functionality that used to work in a prior pandas version
#52825
opened Apr 21, 2023 by
n-splv
3 tasks done
Previous Next
ProTip!
Adding no:label will show everything without a label.