资讯

Import a Firebird 1 database to pandas dataframes, show a summary of the database table names, field names, field data types, and index columns, optionally extract and save table data to a directory, ...
Issue Description Using the DataFrame.to_json() method to serialize a DataFrame can result in lost data when serializing floats, such that the data cannot be recovered when reloading the json file, ...