Change log
- 0.3.6.3: add
toolbox.dao.connector.DBConnector.exec_SQL
- 0.3.6.2: minor bugs fixed
- 0.3.6.1:
- add
toolbox.container.BoundFuncAsClsMethod
. DBConnector
supports MariaDB.- add
toolbox.dao.convertor
module; currently supports instance ofFileLoader
as input. DBConnector
supports FreeTDS as driver for SQL Server connection.- initialize
toolbox.dao.connect.NSDBConnector
as a place holder. Plan to support MongoDB and Redis.
- add
- 0.3.5.1: add
autosave_notebook
inutility
module - 0.3.5: Update
DBConnector
; allow pulling data by chunks.DataMigrator
is provided to automate the data migration from a database to Azure Blob Storage.set_logger
is added intoutility
to simply run logging in Jupyter notebook. - 0.3.4.6: update BlobConnector; fixed bug within method
file_upload
and add methodupload_parquet_from_df
- 0.3.4: provide string standardize method for
Feed
- 0.3.3: enhance method del_blob and add_folder for
BlobConnector
; also allows dumping a single spreadsheet from blob and convert to Pandas DataFrame - 0.3.2: add alpha version of
toolbox.streamlit.toybox
andtoolbox.streamlit.component
; no document for alpha version - 0.3.1: modify
toolbox.dao.connect.BlobConnector
to support virtual folder - 0.3.0: add
toolbox.dao.connect.BlobConnector
to support Azure Blob Storage - 0.2.3: add
df_dtype_refine
andsize_summary
forattrDict
which has been inherited bytoolbox.dao.files.FileLoader
and default property intoolbox.dao.Feed
- 0.2.2: replace
MssqlConnector
byDBConnector
; supports MS SQL server and Oracle - 0.2.1: allow initializing an instance of
toolbox.dao.Feed
withtoolbox.dao.files.FileLoader
- 0.2.0: add
FileLoader
intoolbox.dao.files