Skip to content

Commit 2d69e49

Browse files
samukwekusamukwekuericmjl
authored
[ENH] xlsx_cells (pyjanitor-devs#1046)
* add check argument to subprocess.run in readcommandline, and capture CalledProcessError in tests * updates to error reporting for read_commandline; more explicit * default values * default values * Add files via upload * more tests * minor edits to read_csvs * minor edits to read_csvs * minor edits to read_csvs * edit to test_xlsx_table * edit to test_xlsx_table * sheetnames typing change * modify docs, add better logic, and tests * Add recursive function to extract cell properties * Add tests * Docs cleanup * tests cleanup * doctests added, xlsx_table cleaned up * Update io.py * Update test_xlsx_table.py * add changelog * fix docs * make object_to_dict private * fix docs * updates based on code review * updates based on code review * updates based on code review * docs fix * some cleanup * clean up notebook * Add inspiration to docs Co-authored-by: samukweku <[email protected]> Co-authored-by: Eric Ma <[email protected]>
1 parent 25330d2 commit 2d69e49

File tree

8 files changed

+825
-517
lines changed

8 files changed

+825
-517
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,4 @@ tags
142142
# Other stuff
143143
*.profraw
144144
/scratch.py
145+
midpoint.csv

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [BUG] Fix SettingWithCopyWarning and other minor bugs when using `truncate_datetime_dataframe`, along with further performance improvements (PR #1040). @thatlittleboy
2121
- [ENH] Performance improvement for `conditional_join`. @samukweku
2222
- [ENH] Multiple `.value` is now supported in `pivot_longer`. #1034 @samukweku
23+
- [ENH] Add `xlsx_cell` for reading a spreadsheet as a table of individual cells. #929 @samukweku.
2324
- [EHN] Let `filter_string` suit parameters of `Series.str.contains` Issue #1003 and #1047. @Zeroto521
2425

2526
## [v0.22.0] - 2021-11-21

0 commit comments

Comments
 (0)