mdbq 1.4.7__tar.gz → 1.4.8__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.
Files changed (45) hide show
  1. {mdbq-1.4.7 → mdbq-1.4.8}/PKG-INFO +1 -1
  2. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/aggregation/aggregation.py +9 -9
  3. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/config/products.py +3 -0
  4. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq.egg-info/PKG-INFO +1 -1
  5. {mdbq-1.4.7 → mdbq-1.4.8}/setup.py +1 -1
  6. {mdbq-1.4.7 → mdbq-1.4.8}/README.txt +0 -0
  7. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/__init__.py +0 -0
  8. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/__version__.py +0 -0
  9. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/aggregation/__init__.py +0 -0
  10. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/aggregation/df_types.py +0 -0
  11. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/aggregation/mysql_types.py +0 -0
  12. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/aggregation/optimize_data.py +0 -0
  13. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/aggregation/query_data.py +0 -0
  14. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/bdup/__init__.py +0 -0
  15. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/bdup/bdup.py +0 -0
  16. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/clean/__init__.py +0 -0
  17. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/clean/data_clean.py +0 -0
  18. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/company/__init__.py +0 -0
  19. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/company/copysh.py +0 -0
  20. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/config/__init__.py +0 -0
  21. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/config/get_myconf.py +0 -0
  22. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/config/set_support.py +0 -0
  23. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/config/update_conf.py +0 -0
  24. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/dataframe/__init__.py +0 -0
  25. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/dataframe/converter.py +0 -0
  26. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/log/__init__.py +0 -0
  27. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/log/mylogger.py +0 -0
  28. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/mongo/__init__.py +0 -0
  29. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/mongo/mongo.py +0 -0
  30. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/mysql/__init__.py +0 -0
  31. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/mysql/mysql.py +0 -0
  32. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/mysql/s_query.py +0 -0
  33. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/mysql/year_month_day.py +0 -0
  34. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/other/__init__.py +0 -0
  35. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/other/porxy.py +0 -0
  36. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/other/pov_city.py +0 -0
  37. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/other/ua_sj.py +0 -0
  38. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/pbix/__init__.py +0 -0
  39. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/pbix/pbix_refresh.py +0 -0
  40. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/pbix/refresh_all.py +0 -0
  41. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq/spider/__init__.py +0 -0
  42. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq.egg-info/SOURCES.txt +0 -0
  43. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq.egg-info/dependency_links.txt +0 -0
  44. {mdbq-1.4.7 → mdbq-1.4.8}/mdbq.egg-info/top_level.txt +0 -0
  45. {mdbq-1.4.7 → mdbq-1.4.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 1.4.7
3
+ Version: 1.4.8
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -1032,12 +1032,12 @@ if __name__ == '__main__':
1032
1032
 
1033
1033
  # test2()
1034
1034
 
1035
- # file = ''
1036
- # df = pd.read_csv(file, encoding='utf-8_sig', header=0, na_filter=False)
1037
- # username, password, host, port = get_myconf.select_config_values(target_service='company', database='mysql')
1038
- # m = mysql.MysqlUpload(username=username, password=password, host=host, port=port)
1039
- # m.df_to_mysql(df=df, db_name='test', table_name='增量更新测试',
1040
- # drop_duplicates=True,
1041
- # # icm_update=['日期', '推广费余额'],
1042
- # system_name='company',
1043
- # )
1035
+ file = ''
1036
+ df = pd.read_csv(file, encoding='utf-8_sig', header=0, na_filter=False)
1037
+ username, password, host, port = get_myconf.select_config_values(target_service='company', database='mysql')
1038
+ m = mysql.MysqlUpload(username=username, password=password, host=host, port=port)
1039
+ m.df_to_mysql(df=df, db_name='市场数据2', table_name='搜索排行',
1040
+ drop_duplicates=True,
1041
+ # icm_update=['日期', '推广费余额'],
1042
+ system_name='company',
1043
+ )
@@ -17,6 +17,9 @@ class Products:
17
17
 
18
18
  def update_my_datas(self):
19
19
  my_datas = [
20
+ {
21
+ '平台': '天猫', '商品id': '830789689032', '上市年份': '2024年9月'
22
+ },
20
23
  {
21
24
  '平台': '天猫', '商品id': '822020840000', '上市年份': '2024年8月'
22
25
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 1.4.7
3
+ Version: 1.4.8
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -3,7 +3,7 @@
3
3
  from setuptools import setup, find_packages
4
4
 
5
5
  setup(name='mdbq',
6
- version='1.4.7',
6
+ version='1.4.8',
7
7
  author='xigua, ',
8
8
  author_email="2587125111@qq.com",
9
9
  url='https://pypi.org/project/mdbsql',
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
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
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
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