Skip to content
Snippets Groups Projects

ENH: allow to define datatypes instead of converters

Merged Henrik tom Wörden requested to merge f-datatypes into dev
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Added ###
- `check_reference_field` function to check whether entities with provided ids
- `check_reference_field` function to check whether entities with provided ids
exits (for example when importing data from a table)
exits (for example when importing data from a table)
 
- added the `datatypes` argument to `TableImporter` for columns that do not
 
need a special conversion function
### Changed ###
### Changed ###
Loading