Releases: loco-philippe/ntv-pandas
Releases · loco-philippe/ntv-pandas
Maintenance v2.0
Multidimensional converter
TAB-analysis and TAB-dataset integration
- bug install
TAB-analysis and TAB-dataset integration
- add
to_analysis
function to useTAB-analysis
module - add
check_relation
function to useTAB-dataset.check_relation
method - add pandas accessor for
to_analysis
andcheck_relation
compatibility with tab_dataset package
- move
decode_ntv_tab
method inntv_util
module ('json_ntv')
Extension
First version with NTV and Table Schema format
- add Table Schema interface
- Table Schema type / format supported:
- numerical: integer/default, boolean/default, number/default
- json: object/default, array/default, string/default, string/uri, string/email
- datation: datetime/default, date/default, time/default, yearmonth/default, year/default
- location: geopint/array, geojson/default
- additional type / format supported (Table Schema extension):
- numerical: number/floatxx, integer/intxx, integer/uintxx
- json: string/file, object/null, object/object
- datation: date/day, date/wday, date/yday, date/week, time/hour, time/minute, time/second
- location: geojson/geometry, geojson/polygon, geojson/line
- correspondance between
NTVtype
andtype
/format
inntv_table.ini
RC1 - first release candidate
- First release candidate
- functions
to_json
,read_json
andas_def_type
available - specific methods available in the class
DataFrameConnec
andSeriesConnec
- correspondance between
NTVtype
anddtype
inntv_pandas.ini
- dtype supported:
- timedelta64[ns], datetime64[ns]
- string
- Floatxx, UIntxx, Intxx, boolean
- categorical
- NTVtype supported:
- duration, period
- datetime, date, time, dat
- month, year, day, wday, yday, week, hour, minute, second
- json, string, number, boolean, array, object, null
- floatxx, uintxx, intxx
- uri, email, file
- point, line, polygon, geometry, geojson
- multipoint, multiline, multipolygon, box, codeolc
- row, field, tab, ntv