Muyi 0.0.6__tar.gz → 0.0.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Muyi
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Some useful utils.
5
5
  Home-page: https://github.com/Muyiiiii/muyi
6
6
  Author: muyiiiii
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Muyi
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Some useful utils.
5
5
  Home-page: https://github.com/Muyiiiii/muyi
6
6
  Author: muyiiiii
@@ -39,6 +39,8 @@ def read_csv_tqdm(path, **kwargs):
39
39
  pbar.set_description('Importing: %d' % (1 + i))
40
40
  pbar.update(1)
41
41
 
42
- data = temp[:0].append(df)
42
+ # data = temp[:0].append(df)
43
+ data = pd.concat(df)
44
+
43
45
  del df
44
46
  return data
@@ -3,7 +3,7 @@ with open("README.md", "r") as fh:
3
3
  long_description = fh.read()
4
4
  setuptools.setup(
5
5
  name="Muyi", # 模块名称
6
- version="0.0.6", # 当前版本
6
+ version="0.0.7", # 当前版本
7
7
  author="muyiiiii", # 作者
8
8
  author_email="", # 作者邮箱
9
9
  description="Some useful utils.", # 模块简介
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes