Make the model class better
See original GitHub issue- Consistency in naming and access (data vs meta data, etc.)
- Data methods ( https://github.com/okfn/jsontableschema-py/blob/master/jsontableschema/model.py#L186-L221 ) should use
tabulator-py
Issue Analytics
- State:
- Created 8 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Improve Your Model Classes With OOP - Part One
In this article, you will learn the tricks to improve your model classes with OOP.
Read more >Four Ways to Help Your Students Make Better NGSS ...
Below, there are five simple strategies that are easy to implement in your class. 1. Ask students to focus on the seen and...
Read more >14.2. Create a Model — Java Web Development ...
The first of these steps is to move data handling out of our controller classes and into a model class. As we discussed...
Read more >Creating Model Classes with the Entity Framework (C#)
The goal of this tutorial is to explain how you can create data access classes using the Microsoft Entity Framework when building an...
Read more >The Ultimate Class Diagram Tutorial to Help Model Your ...
UML class diagram tutorial to learn about class diagram notations, class diagram definition, how to draw a class diagram and best practices.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pwalsh about order - https://github.com/frictionlessdata/jsontableschema-py#pushpull - and the same for
datapackage
About
iter()
- I’m curious too) (cc @vitorbaptista) But I think it was a good decision - explicit and could be used across languages.To be compatible with
datapackage.TabularResourse
opens other future possibility - use resource from jts lib in datapackage lib asTabularResource
. It’s in the fog for now but who knows)Removing breaking because we implement it as
Schema
and deprecatemodel.SchemaModel
(without removing it for now or messing with it).