iuvbio
91300fe726
add fods parser and example
2021-08-19 00:41:10 +02:00
iuvbio
3ddf3a19cf
reorganize structure
2021-08-18 23:30:13 +02:00
iuvbio
e1c602d01a
if sheet does not exist, raise KeyError instead of ValueError
2020-02-23 17:24:08 +01:00
iuvbio
6049bdfc0d
reorder imports
2020-02-23 17:19:18 +01:00
iuvbio
f2134b4822
make sheet_id optional
2020-02-23 17:17:25 +01:00
iuvbio
176921b4a5
PEP8 refactor
2020-02-23 17:09:19 +01:00
iuvbio
26c1fe1f00
import version from __init__, bump version
2020-02-23 17:07:18 +01:00
iuvbio
9fda0f0e83
move tests to top level dir, remove __init__
2020-02-23 16:54:11 +01:00
iuvbio
9c485d42b9
refactor tests, use pathlib instead of os
2020-02-23 16:53:22 +01:00
iuvbio
4844310707
add test for mixed dtypes
2020-02-23 16:40:01 +01:00
iuvbio
3caa7ccaa3
make column naming consistent
2019-06-08 16:37:33 +02:00
iuvbio
78edd09076
handle missing header
2019-06-08 15:46:38 +02:00
iuvbio
dbd0b14f8b
cosmetic
2019-06-08 14:57:26 +02:00
iuvbio
e7a0cbf245
Merge pull request #1 from fatzh/master
...
Fixed dataframe generation with duplicated columns
2019-06-08 14:36:37 +02:00
iuvbio
54a677e0ce
add additional tests for exception handling
2019-06-08 14:30:53 +02:00
fatz
d8d71f610d
Merge branch 'master' of https://github.com/iuvbio/pandas_ods_reader
2019-06-08 14:21:34 +02:00
iuvbio
46b31a9e8c
additional checks for number of columns
2019-06-08 14:01:10 +02:00
iuvbio
9b4a272fd4
exception handling and cosmetic changes
2019-06-08 14:00:46 +02:00
fatzh
9240a1b3ae
Replaced the column dict with an OrderedDict, support multiple columns
...
with same names by appending a numbered suffix automatically.
Column ordered is preserved, fixes test_header_file_with_cols that was
failing.
Addded test case for duplicated column names.
- fixed test_header_file_with_cols, the order was wrong
2019-06-06 15:27:11 +02:00
iuvbio
d744ad526c
add test for file with differing column lengths
2019-06-06 12:00:28 +02:00
fatz
580c6951da
removed logging
2019-06-03 17:58:34 +02:00
fatz
89f5d5c30a
generate a Series dataframe from the dict list to allow for columns with
...
different lengths
2019-06-03 17:57:55 +02:00
fatz
d95de80f58
append Series
2019-06-03 17:40:30 +02:00
fatz
aeec0fa66a
using Series to initialize dataframe
2019-06-03 17:27:39 +02:00
iuvbio
f5db18cd59
implement overwriting headers
2019-01-31 23:37:53 +01:00
iuvbio
8949578994
pytest implementation
2019-01-31 22:34:20 +01:00
iuvbio
314ea3ff69
default column names lowercase
2019-01-31 22:25:47 +01:00
iuvbio
764d353adc
delete unused import
2019-01-31 21:38:15 +01:00
iuvbio
1a06fb9bae
update sanitize_df
2019-01-31 21:38:03 +01:00
iuvbio
7274646c8a
small fix
2019-01-30 23:34:45 +01:00
iuvbio
f6ed9d088f
update tests and add long description to setup
2019-01-30 23:25:37 +01:00
iuvbio
a140a5d4b9
restructure, bump version
2019-01-28 23:27:28 +01:00
iuvbio
bdb5ab92e8
import read_ods in init and adapt test
2019-01-28 22:58:19 +01:00
iuvbio
0e89be912e
add tests
2019-01-28 21:22:29 +01:00
iuvbio
4e282676da
add test_read_ods
2019-01-28 21:22:24 +01:00
iuvbio
8958ca1c8e
add tests folder
2019-01-28 21:22:15 +01:00
iuvbio
495fa7bd0c
first commit
2019-01-28 21:21:35 +01:00