iuvbio
2153083880
fix development status
2021-08-22 18:34:23 +02:00
iuvbio
4a59b22c75
black check tests as well and show diff
2021-08-22 18:23:14 +02:00
iuvbio
06444bafb6
v0.1.0
2021-08-22 18:13:42 +02:00
iuvbio
eef03fbcc3
update README
2021-08-22 18:13:23 +02:00
iuvbio
c379503b1c
rename modules and factor out common functionality
2021-08-22 18:05:47 +02:00
iuvbio
dbd8dd8bbd
put docstring on main function
2021-08-20 20:28:26 +02:00
iuvbio
701ec0d910
delete requirements
2021-08-20 20:00:57 +02:00
iuvbio
a20625bb35
Update workflow
2021-08-20 19:57:50 +02:00
iuvbio
9e78bdec0f
Fix pytest
2021-08-20 19:56:14 +02:00
iuvbio
89a7acb130
add lint and test workflow
2021-08-20 19:43:23 +02:00
iuvbio
c39fe4f599
add requirements.txt
2021-08-20 19:33:59 +02:00
iuvbio
a5c32e0e67
misc: requirement ordering
2021-08-20 19:33:48 +02:00
iuvbio
8ad7e1cebc
version 0.0.9
2021-08-20 19:22:49 +02:00
iuvbio
3e8999ae79
Merge branch 'feat/fods'
2021-08-20 19:19:25 +02:00
iuvbio
f6f1477231
misc: formatting
2021-08-20 19:18:48 +02:00
iuvbio
16ee03683f
get version from distribution
2021-08-20 19:16:18 +02:00
iuvbio
4e02c44276
add fods tests
2021-08-20 19:14:26 +02:00
iuvbio
db5c14409f
add fods support
2021-08-20 19:13:40 +02:00
iuvbio
a31ac7671b
add fods test files
2021-08-20 19:10:59 +02:00
iuvbio
91300fe726
add fods parser and example
2021-08-19 00:41:10 +02:00
iuvbio
a0b9e4c2f9
include package data
2021-08-18 23:50:19 +02:00
iuvbio
ab3c48ae03
add VERSION to manifest
2021-08-18 23:50:04 +02:00
iuvbio
3ddf3a19cf
reorganize structure
2021-08-18 23:30:13 +02:00
iuvbio
255698a1e2
delete TODO
2021-08-18 23:29:47 +02:00
iuvbio
ce53363746
update .gitignore
2021-08-18 22:53:48 +02:00
iuvbio
cdc4930eb2
add venv dir
2021-07-01 20:09:38 +03:00
iuvbio
07440e0f90
change development status to beta
2021-07-01 20:04:09 +03:00
iuvbio
85ca9558f9
misc: fix README
2021-07-01 20:00:35 +03:00
iuvbio
519ebd3067
cosmetic fix: self argument
2020-10-21 17:44:45 +02:00
iuvbio
e1c602d01a
if sheet does not exist, raise KeyError instead of ValueError
2020-02-23 17:24:08 +01:00
iuvbio
35724dde06
add todos
2020-02-23 17:23:45 +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
3acc0d977b
markdown conventions
2020-02-23 17:11:44 +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
1dc86970ae
bump version number
2019-06-08 14:57:35 +02:00
iuvbio
dbd0b14f8b
cosmetic
2019-06-08 14:57:26 +02:00
iuvbio
1ea07a200b
update readme
2019-06-08 14:56:54 +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