Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466 openedAug 9, 2023 byphofl
Open154New 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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Author
Uh oh!
There was an error while loading.Please reload this page.
Label
Uh oh!
There was an error while loading.Please reload this page.
Projects
Uh oh!
There was an error while loading.Please reload this page.
Milestones
Uh oh!
There was an error while loading.Please reload this page.
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading.Please reload this page.
Sort
Issues list
DOC: fix ES01 for pandas.plotting.autocorrelation_plot Docs Visualizationplotting
#61526 openedMay 31, 2025 bytuhinsharma121Loading…
BUG: SlowerDatetime data dtype PerformanceMemory or execution speed performance Visualizationplotting
DataFrame.plot
withDatetimeIndex
Datetime #61398 openedMay 6, 2025 byAbdelgha-4
3 tasks done
BUG: Fix scatter plot colors in groupby context to match line plot behavior (#59846) Bug Groupby Visualizationplotting
#61233 openedApr 5, 2025 bymyenugulaLoading…
5 tasks done
DOC: df.plot() is missing color parameter on documentation Docs Visualizationplotting
#61020 openedFeb 28, 2025 byeicchen
1 task done
Ignore sharex unless subplots=True Needs DiscussionRequires discussion from core team before further action Visualizationplotting
#60299 openedNov 13, 2024 bymdruiter
ENH: Relative timedelta isn't plotted like datetime Enhancement Needs DiscussionRequires discussion from core team before further action TimedeltaTimedelta data type Visualizationplotting
#60079 openedOct 21, 2024 bymaoding
3 tasks done
BUG: Automatic change of color when the plot type is "line" but not when it is "scatter" Bug Visualizationplotting
#59846 openedSep 20, 2024 byTinoDerb
3 tasks done
QST: DataFrame.plot() vs Series.plot() have inconsistency wrt reuse plot API - ConsistencyInternal Consistency of API/Behavior Needs DiscussionRequires discussion from core team before further action Usage Question Visualizationplotting
#59716 openedSep 5, 2024 bypollo-coder
2 tasks done
ENH: Flip order of bar chart bars for multi-column data Enhancement Visualizationplotting
#58863 openedMay 29, 2024 bynateGeorge
1 of 3 tasks
DOC: Plotting Backend Documentation Incorrect Docs Needs DiscussionRequires discussion from core team before further action Visualizationplotting
#58251 openedApr 13, 2024 byWillAyd
1 task done
BUG: df.plot makes a shift to the right if frequency multiplies to n > 1 Bug Visualizationplotting
#57594 openedFeb 23, 2024 bynatmokval
BUG:plotting
df.plot
works differently forfreq="h"
andfreq="60min"
Bug Visualization #57587 openedFeb 23, 2024 bynatmokval
ENH: pandas.plotting.scatter_matrix to support plotting function hexbin in addition to scatter Enhancement Needs TriageIssue that has not been reviewed by a pandas team member Visualizationplotting
#56887 openedJan 15, 2024 byshadiakiki1986
1 of 3 tasks
BUG: bar a line plots are not aligned on the x-axis/xticks Bug Visualizationplotting
#56460 openedDec 11, 2023 bydiegodebrito
3 tasks done
REF/API/DEPR: _holds_integer checks in plotting API - ConsistencyInternal Consistency of API/Behavior DeprecateFunctionality to remove in pandas RefactorInternal refactoring of code Visualizationplotting
#55897 openedNov 9, 2023 byjbrockmendel
3 tasks done
BUG: Subplot data is lost when sharex=True and latter DatetimeIndex has higher frequency Bug Needs TriageIssue that has not been reviewed by a pandas team member Visualizationplotting
#55110 openedSep 12, 2023 byjluttine
2 of 3 tasks
API: Don't add extra attributes to matplotlib axes API Design Visualizationplotting
#54485 openedAug 10, 2023 bymroeschke
BUG: Scatter plot has a hardcoded default value Bug Visualizationplotting
#54204 openedJul 20, 2023 bypgorczak
3 tasks done
ENH: Allowing plotting for non-numeric and non-date datatypes inRequires discussion from core team before further action Visualizationplotting
DataFrame.hist
Enhancement Needs Discussion #53595 openedJun 10, 2023 byRylie-W
1 of 3 tasks
BUG: DataFrame.plot.hist and Series.plot.hist do not produce the same histogram for the same column Bug Visualizationplotting
#53245 openedMay 15, 2023 bytrenton3983
3 tasks done
BUG: int Overflow with DateFormatter Bug datetime.datestdlib datetime.date support Visualizationplotting
#52895 openedApr 24, 2023 byjoooeey
2 of 3 tasks
BUG: DF.plot.hist() fails with "ValueError: setting an array element with a sequence" when using numpy 1.24 Bug Visualizationplotting
#52417 openedApr 4, 2023 byrbu
2 of 3 tasks
BUG: Area plot for timedelta raises errorTimedelta data type Visualizationplotting
_UFuncInputCastingError
Bug Timedelta #52246 openedMar 27, 2023 bySlowMo24
2 of 3 tasks
ENH: Provide a public version of _get_axis Enhancement Needs DiscussionRequires discussion from core team before further action Visualizationplotting
#52023 openedMar 16, 2023 bymichaelquinn32
1 of 3 tasks
ENH: LetRequires discussion from core team before further action Visualizationplotting
DataFrame.plot(kind="scatter")
scatter plot each column against index ifx
/y
not given. Enhancement Needs Discussion #51972 openedMar 14, 2023 byrandolf-scholz
2 of 3 tasks
ProTip! Addingno:label will show everything without a label.