-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
API/ENH: add method='nearest' to Index.get_indexer/reindex and method to get_loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
FIX: Describe NotImplementedErrors or use AbstractMethodError Enhancement Error Reporting Incorrect or improved errors from pandas
ENH: repr now shows index name #6482 Enhancement Output-Formatting __repr__ of pandas objects, to_string
ENH: support CategoricalIndex (GH7629) Categorical Categorical Data Type Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
ENH: Add prefix parameters for join method. API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#8197 by onesandzeroes was closed May 9, 2015 Loading… updated May 9, 2015
is_list_like() for to_excel, fixes #8188. Dtype Conversions Unexpected or buggy dtype conversions Enhancement IO Excel read_excel, to_excel
#9181 by hunterowens was closed May 9, 2015 Loading… updated May 9, 2015
ENH: groupby.apply for Categorical should preserve categories (closes… Categorical Categorical Data Type Enhancement Groupby
Use 'python-dateutil' instead of 'dateutil' for requirement files Build Library building on various platforms CI Continuous Integration Enhancement
Improve categorical concat speed by ~20x Categorical Categorical Data Type Enhancement Performance Memory or execution speed performance
read_sql/to_sql can accept database URI as con parameter Enhancement IO SQL to_sql, read_sql, read_sql_query
ENH: support .strftime for datetimelikes (closes #10086) Datetime Datetime data dtype Enhancement Output-Formatting __repr__ of pandas objects, to_string Strings String extension data type and string data
Add nlargest/nsmallest for DataFrame Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
ENH: Period pickle Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label Period Period data type
2
ENH: PeriodIndex can accept freq with mult Enhancement Frequency DateOffsets Period Period data type
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.