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
493d041685
fix readme
2019-05-19 14:41:03 +02:00
iuvbio
f36d40e4b3
fix install instructions
2019-05-19 14:34:30 +02:00
iuvbio
44dcf928f4
add setup.cfg
2019-01-31 23:58:04 +01:00
iuvbio
998211dbc2
update .gitignore
2019-01-31 23:46:28 +01:00
iuvbio
6a007ae037
spelling
2019-01-31 23:43:47 +01: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
5fcf3089df
update readme
2019-01-31 21:38:22 +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
21c7004172
adjust formatting
2019-01-31 21:36:46 +01:00
iuvbio
7274646c8a
small fix
2019-01-30 23:34:45 +01:00
iuvbio
086da20966
Merge branch 'master' of github.com:iuvbio/pandas_read_ods
2019-01-30 23:29:52 +01:00
iuvbio
f8ce3b2a57
update readme
2019-01-30 23:29:24 +01:00
iuvbio
f6ed9d088f
update tests and add long description to setup
2019-01-30 23:25:37 +01:00
iuvbio
0f44e60b22
include lxml in dependencies
2019-01-30 01:14:19 +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
024c3e8b4b
corrected classifiers
2019-01-28 21:27:27 +01:00
iuvbio
026596769f
bump version and add email
2019-01-28 21:22:44 +01:00
iuvbio
770bc442b1
add license and manifest
2019-01-28 21:22:40 +01:00
iuvbio
6fe9ee27ba
Add build folder in .gitignore
2019-01-28 21:22:34 +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
86acac630f
fix find_packages
2019-01-28 21:22:08 +01:00
iuvbio
495fa7bd0c
first commit
2019-01-28 21:21:35 +01:00