Pandas DataFrame Table Factory
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
Hi,
I've coded a table factory for creating PrettyTable objects from pandas
DataFrames. There are no additional imports required and the code is derived
from the pandas source code, so it should be pretty safe.
The code is included in the attached patch to the 0.7.2 version. Hope you find
it useful.
All the best,
Mat
```
Original issue reported on code.google.com by `topper.h...@gmail.com` on 16 Nov 2014 at 7:59
Attachments:
- [from_dataframe.patch](https://storage.googleapis.com/google-code-attachments/prettytable/issue-61/comment-0/from_dataframe.patch)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the attached from_dataframe.patch alongside the current PrettyTable implementation to understand the proposed pandas DataFrame factory. Done means the factory is integrated and creates PrettyTable objects from pandas DataFrames without additional imports, with the behavior checked against the patch's intended scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100