data engineer/scientist | pandas developer
- Portugal
- https://datapythonista.me
- @datapythonista
Block or Report
Block or report datapythonista
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pandas Public
Forked from pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Python 1
521 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created 3 commits in 1 repository
Created a pull request in pandas-dev/pandas that received 66 comments
PDEP-9: Allow third-party projects to register pandas connectors with a standard API
@pandas-dev/pandas-core another PDEP. There is a short summary at the beginning of the proposal for people not immediately having the time to read …
+406
−0
•
66
comments
Opened 4 other pull requests in 2 repositories
pandas-dev/pandas
1
open
1
merged
1
closed
conda-forge/pandas-feedstock
1
merged
Reviewed 12 pull requests in 2 repositories
pandas-dev/pandas
11 pull requests
- WEB: Sort PDEPs by their number
- DOC update DataFrame.to_csv write modes (#51839)
- ERR: Check that dtype_backend is valid
- DOC add example of Series.index
- DOC: Fix dark mode styles
- PDEP-1 first revision (scope)
- PDEP-9: Allow third-party projects to register pandas connectors with a standard API
- PDEP-8: Inplace methods in pandas
- ENH: Implement DataFrame.from_pyarrow and DataFrame.to_pyarrow
- DOC: Add explanation how to convert arrow table to pandas df
- CI: Add bot to track deprecation prs
euroscipy/euroscipy.github.io
1 pull request
Created an issue in pandas-dev/pandas that received 9 comments
Provide a way to convert Arrow tables to Arrow-backed dataframes
As far as I could see, there is no easy way given a PyArrow table, to get a DataFrame with pyarrow types. I'd expect that those idioms work: import n…
9
comments