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. DBConnectorsupports MariaDB.- add
toolbox.dao.convertormodule; currently supports instance ofFileLoaderas input. DBConnectorsupports FreeTDS as driver for SQL Server connection.- initialize
toolbox.dao.connect.NSDBConnectoras a place holder. Plan to support MongoDB and Redis.
- add
- 0.3.5.1: add
autosave_notebookinutilitymodule - 0.3.5: Update
DBConnector; allow pulling data by chunks.DataMigratoris provided to automate the data migration from a database to Azure Blob Storage.set_loggeris added intoutilityto simply run logging in Jupyter notebook. - 0.3.4.6: update BlobConnector; fixed bug within method
file_uploadand 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.toyboxandtoolbox.streamlit.component; no document for alpha version - 0.3.1: modify
toolbox.dao.connect.BlobConnectorto support virtual folder - 0.3.0: add
toolbox.dao.connect.BlobConnectorto support Azure Blob Storage - 0.2.3: add
df_dtype_refineandsize_summaryforattrDictwhich has been inherited bytoolbox.dao.files.FileLoaderand default property intoolbox.dao.Feed - 0.2.2: replace
MssqlConnectorbyDBConnector; supports MS SQL server and Oracle - 0.2.1: allow initializing an instance of
toolbox.dao.Feedwithtoolbox.dao.files.FileLoader - 0.2.0: add
FileLoaderintoolbox.dao.files