Skip to content
Snippets Groups Projects
Commit b981b6b0 authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Update __init__.py

parent be8b62f3
No related branches found
No related tags found
No related merge requests found
Pipeline #2831169 passed
......@@ -3,7 +3,7 @@ list of sweet functions for data conversion and writing to disk
"""
__version__ = "0.0.1.beta0"
__version__ = "0.0.3"
# to look at pyarrow, typically not used by a user,
......@@ -44,3 +44,7 @@ from ._datascout import _compare_data
# saving
from ._datascout import save_dict
# function to address different files schemas
from ._datascout import split_schemas
from ._datascout import compare_schema
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment