We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74edfb7 commit 912c7fbCopy full SHA for 912c7fb
pandas_to_postgres/hdf_to_postgres.py
@@ -1,5 +1,7 @@
1
from multiprocessing import Pool
2
-from .copy_hdf import HDFTableCopy, HDFMetadata
+
3
+from .copy_hdf import HDFTableCopy
4
+from .utilities import HDFMetadata
5
6
7
def create_hdf_table_objects(hdf_meta, csv_chunksize=10 ** 6):
0 commit comments