issues
search
frictionlessdata
/
tableschema-py
A Python library for working with Table Schema.
https://frictionlessdata.io
MIT License
260
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Migrate to Github Actions
#291
roll
opened
3 years ago
0
Inferring an enum from values in column
#290
brockfanning
closed
3 years ago
1
Max confidence is not working properly for large csvs
#289
NilsJPWerner
closed
4 years ago
2
Non-serializable types passed to JSON writer causes failure to save table
#288
mhangaard
closed
4 years ago
2
tableschema infer outputs a Python dictionary instead of JSON
#287
cpina
closed
4 years ago
1
tableschema file not found raises an exception instead of an error message
#286
cpina
closed
4 years ago
1
File not found / format not supported error: CLI raises an exception instead of showing an error message
#285
cpina
closed
4 years ago
0
Memory usage
#284
xixiaodong
closed
4 years ago
2
Current dependency bounds are causing warnings on install
#283
decentral1se
closed
4 years ago
2
Fixes #281
#282
akariv
closed
4 years ago
0
Errors are reused between exception throws
#281
akariv
closed
4 years ago
0
EncodingError: Cannot parse the source "XXXX.csv" using "utf-8" encoding at "1099"
#280
xixiaodong
closed
4 years ago
2
Published missing_values prop
#279
roll
closed
4 years ago
0
'Storage.connect is not available on concrete implemetations'
#278
nathanxmeyer
closed
4 years ago
3
Handle the case when infer gets a list of none headers
#277
roll
closed
4 years ago
0
Fixed AttributeError if a field's type is not supported
#276
roll
closed
4 years ago
0
Composite PK uniqueness check
#275
duncdrum
closed
4 years ago
1
Fixed `schema.remove_field` method
#274
roll
closed
4 years ago
0
Fix infer limit setting proper sample size
#273
roll
closed
4 years ago
0
Fix boolean was interpreted as integer/number
#272
roll
closed
4 years ago
0
Python library issue
#271
helenabarb
closed
4 years ago
1
Add guesser_cls and resolver_cls params to `infer.infer`
#270
theotheo
closed
4 years ago
0
Added `missing_values` argument to `infer` function
#269
roll
closed
4 years ago
4
Harden validation
#268
pierredittgen
closed
4 years ago
0
Remove "pattern" constraints following specs
#267
pierredittgen
closed
4 years ago
1
Add `missingValues` argument to the `Schema.infer` function
#266
roll
closed
4 years ago
0
Pass in missingValues
#265
cschloer
closed
4 years ago
6
Harden schema validation
#264
pierredittgen
closed
4 years ago
3
Enhancement: Use tabulator-py Stream context manager capabilities for Table.iter()
#263
hjoukl
closed
4 years ago
1
Use tabulator-py Stream context manager capabilities for Table.iter().
#262
hjoukl
closed
4 years ago
0
Generate API Reference from docstrings
#261
roll
closed
4 years ago
0
Add preserve_missing_values parameter to cast_value function
#260
cschloer
closed
4 years ago
0
Feature/custom exc handler: Support optional custom exception handling in Table.iter() + Table.read()
#259
hjoukl
closed
4 years ago
6
Feature request: Support optional custom exception handling in Table.iter() + Table.read()
#258
hjoukl
closed
4 years ago
4
Added an ability to check table's integrity
#257
roll
closed
5 years ago
0
Implemented table.size/hash
#256
roll
closed
5 years ago
0
Django ORM
#255
kootenpv
closed
4 years ago
3
Scalability issues
#254
paulgirard
closed
5 years ago
6
fixing normal behaviours I broke, my bad
#253
paulgirard
closed
5 years ago
0
Foreign key error in a data package
#252
roll
closed
5 years ago
5
Fix multiple foreign keys on the same field
#251
paulgirard
closed
5 years ago
0
Added s3 to the remote schemes
#250
roll
closed
5 years ago
0
Add constraint or option to check is_finite in cast_number
#249
micimize
closed
4 years ago
6
[WIP] Proper save to csv / round trip support
#248
micimize
closed
4 years ago
1
Simple round-trip test fails
#247
micimize
closed
4 years ago
1
Readability.
#246
vshih
closed
5 years ago
0
Format "None"
#245
alw4ey
closed
5 years ago
5
Publish `field.missingValues` or corresponding test function?
#244
roll
closed
4 years ago
0
In strict mode, raise fields' constructions errors
#243
pajachiet
closed
5 years ago
0
Exception is catch rather than raised when building field
#242
pajachiet
closed
5 years ago
0
Next