hikyuu 2.6.6__py3-none-win_amd64.whl → 2.6.7__py3-none-win_amd64.whl

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 (105) hide show
  1. hikyuu/__init__.py +10 -0
  2. hikyuu/__init__.pyi +567 -560
  3. hikyuu/analysis/__init__.pyi +539 -519
  4. hikyuu/analysis/analysis.pyi +540 -520
  5. hikyuu/core.pyi +541 -521
  6. hikyuu/cpp/__init__.pyi +2 -2
  7. hikyuu/cpp/core310.pyd +0 -0
  8. hikyuu/cpp/core310.pyi +1041 -859
  9. hikyuu/cpp/core311.pyd +0 -0
  10. hikyuu/cpp/core311.pyi +1041 -859
  11. hikyuu/cpp/core312.pyd +0 -0
  12. hikyuu/cpp/core312.pyi +1041 -859
  13. hikyuu/cpp/core313.pyd +0 -0
  14. hikyuu/cpp/core313.pyi +1041 -857
  15. hikyuu/cpp/core39.pyd +0 -0
  16. hikyuu/cpp/core39.pyi +1041 -859
  17. hikyuu/cpp/hikyuu.dll +0 -0
  18. hikyuu/cpp/hikyuu.lib +0 -0
  19. hikyuu/cpp/i18n/zh_CN/__init__.py +0 -0
  20. hikyuu/cpp/i18n/zh_CN/hikyuu.mo +0 -0
  21. hikyuu/cpp/sqlite3.dll +0 -0
  22. hikyuu/data/common_clickhouse.py +0 -47
  23. hikyuu/data/tdx_to_h5.py +1 -1
  24. hikyuu/draw/__init__.pyi +1 -1
  25. hikyuu/draw/drawplot/__init__.pyi +9 -9
  26. hikyuu/draw/drawplot/bokeh_draw.pyi +556 -551
  27. hikyuu/draw/drawplot/common.pyi +1 -1
  28. hikyuu/draw/drawplot/echarts_draw.py +9 -8
  29. hikyuu/draw/drawplot/echarts_draw.pyi +558 -553
  30. hikyuu/draw/drawplot/matplotlib_draw.py +3 -3
  31. hikyuu/draw/drawplot/matplotlib_draw.pyi +568 -563
  32. hikyuu/draw/elder.pyi +11 -11
  33. hikyuu/draw/kaufman.py +1 -1
  34. hikyuu/draw/kaufman.pyi +18 -18
  35. hikyuu/draw/volume.pyi +10 -10
  36. hikyuu/examples/notebook/000-Index.ipynb +1 -1
  37. hikyuu/examples/notebook/001-overview.ipynb +78 -63
  38. hikyuu/examples/notebook/002-HowToGetStock.ipynb +259 -40
  39. hikyuu/examples/notebook/003-HowToGetKDataAndDraw.ipynb +49 -41
  40. hikyuu/examples/notebook/004-IndicatorOverview.ipynb +29 -29
  41. hikyuu/examples/notebook/005-Drawplot.ipynb +66 -37
  42. hikyuu/examples/notebook/006-TradeManager.ipynb +808 -61
  43. hikyuu/examples/notebook/007-SystemDetails.ipynb +23 -23
  44. hikyuu/examples/notebook/009-RealData.ipynb +3 -3
  45. hikyuu/examples/notebook/010-Portfolio.ipynb +761 -122
  46. hikyuu/extend.py +15 -100
  47. hikyuu/extend.pyi +551 -567
  48. hikyuu/gui/HikyuuTDX.py +2 -4
  49. hikyuu/gui/data/MainWindow.py +185 -174
  50. hikyuu/hub.pyi +6 -6
  51. hikyuu/include/hikyuu/DataType.h +1 -10
  52. hikyuu/include/hikyuu/KQuery.h +22 -28
  53. hikyuu/include/hikyuu/MarketInfo.h +1 -1
  54. hikyuu/include/hikyuu/Stock.h +15 -3
  55. hikyuu/include/hikyuu/StockManager.h +4 -3
  56. hikyuu/include/hikyuu/StockTypeInfo.h +6 -0
  57. hikyuu/include/hikyuu/TransRecord.h +2 -8
  58. hikyuu/include/hikyuu/doc.h +4 -0
  59. hikyuu/include/hikyuu/indicator/Indicator.h +37 -0
  60. hikyuu/include/hikyuu/lang.h +27 -0
  61. hikyuu/include/hikyuu/plugin/KDataToHdf5Importer.h +6 -1
  62. hikyuu/include/hikyuu/plugin/hkuextra.h +56 -0
  63. hikyuu/include/hikyuu/plugin/interface/HkuExtraPluginInterface.h +38 -0
  64. hikyuu/include/hikyuu/plugin/interface/ImportKDataToHdf5PluginInterface.h +10 -1
  65. hikyuu/include/hikyuu/plugin/interface/plugins.h +2 -0
  66. hikyuu/include/hikyuu/python/pybind_utils.h +9 -0
  67. hikyuu/include/hikyuu/trade_manage/TradeRecord.h +1 -1
  68. hikyuu/include/hikyuu/utilities/config.h +0 -2
  69. hikyuu/include/hikyuu/utilities/os.h +3 -0
  70. hikyuu/include/hikyuu/utilities/plugin/PluginLoader.h +2 -1
  71. hikyuu/include/hikyuu/version.h +4 -4
  72. hikyuu/include/hikyuu/view/MarketView.h +59 -0
  73. hikyuu/indicator/__init__.py +0 -1
  74. hikyuu/indicator/indicator.py +14 -53
  75. hikyuu/plugin/backtest.dll +0 -0
  76. hikyuu/plugin/clickhousedriver.dll +0 -0
  77. hikyuu/plugin/dataserver.dll +0 -0
  78. hikyuu/plugin/device.dll +0 -0
  79. hikyuu/plugin/extind.dll +0 -0
  80. hikyuu/plugin/hkuextra.dll +0 -0
  81. hikyuu/plugin/import2hdf5.dll +0 -0
  82. hikyuu/plugin/tmreport.dll +0 -0
  83. hikyuu/test/test_init.py +59 -0
  84. hikyuu/test/test_real_tdx_import.py +336 -0
  85. hikyuu/test/test_tdx_import.py +315 -0
  86. hikyuu/test/test_tdx_real_data_import.py +281 -0
  87. hikyuu/trade_manage/__init__.pyi +556 -551
  88. hikyuu/trade_manage/broker.pyi +3 -3
  89. hikyuu/trade_manage/broker_easytrader.pyi +1 -1
  90. hikyuu/trade_manage/trade.py +4 -65
  91. hikyuu/trade_manage/trade.pyi +556 -563
  92. hikyuu/trade_sys/__init__.py +11 -0
  93. hikyuu/util/__init__.pyi +0 -1
  94. hikyuu/util/singleton.pyi +1 -1
  95. {hikyuu-2.6.6.dist-info → hikyuu-2.6.7.dist-info}/METADATA +6 -4
  96. {hikyuu-2.6.6.dist-info → hikyuu-2.6.7.dist-info}/RECORD +102 -95
  97. {hikyuu-2.6.6.dist-info → hikyuu-2.6.7.dist-info}/top_level.txt +2 -1
  98. hikyuu/cpp/i18n/zh_CN.mo +0 -0
  99. hikyuu/include/hikyuu/utilities/mo/mo.h +0 -64
  100. hikyuu/indicator/talib_wrap.py +0 -1273
  101. /hikyuu/include/hikyuu/utilities/{mo/moFileReader.h → moFileReader.h} +0 -0
  102. /hikyuu/include/hikyuu/{utilities/mo → view}/__init__.py +0 -0
  103. {hikyuu-2.6.6.dist-info → hikyuu-2.6.7.dist-info}/LICENSE +0 -0
  104. {hikyuu-2.6.6.dist-info → hikyuu-2.6.7.dist-info}/WHEEL +0 -0
  105. {hikyuu-2.6.6.dist-info → hikyuu-2.6.7.dist-info}/entry_points.txt +0 -0
@@ -9,29 +9,32 @@
9
9
  "name": "stderr",
10
10
  "output_type": "stream",
11
11
  "text": [
12
- "2024-10-19 20:43:08,440 [INFO] hikyuu version: 2.2.1_202410020224_RELEASE_windows_x64 [<module>] (D:\\workspace\\hikyuu\\hikyuu\\__init__.py:97) [hikyuu::hku_info]\n"
12
+ "2025-08-11 23:24:29,506 [INFO] runing in interactive session [<module>] (D:\\workspace\\hikyuu\\hikyuu\\__init__.py:109) [hikyuu::hku_info]\n",
13
+ "2025-08-11 23:24:29,507 [INFO] running in jupyter [<module>] (D:\\workspace\\hikyuu\\hikyuu\\__init__.py:116) [hikyuu::hku_info]\n"
13
14
  ]
14
15
  },
15
16
  {
16
17
  "name": "stdout",
17
18
  "output_type": "stream",
18
19
  "text": [
19
- "2024-10-19 20:43:09.048 [HKU-I] - Using SQLITE3 BaseInfoDriver (BaseInfoDriver.cpp:57)\n",
20
- "2024-10-19 20:43:09.053 [HKU-I] - Loading market information... (StockManager.cpp:454)\n",
21
- "2024-10-19 20:43:09.054 [HKU-I] - Loading stock type information... (StockManager.cpp:472)\n",
22
- "2024-10-19 20:43:09.054 [HKU-I] - Loading stock information... (StockManager.cpp:374)\n",
23
- "2024-10-19 20:43:09.268 [HKU-I] - Loading stock weight... (StockManager.cpp:490)\n",
24
- "2024-10-19 20:43:09.442 [HKU-I] - Loading block... (StockManager.cpp:113)\n",
25
- "2024-10-19 20:43:09.703 [HKU-I] - Loading KData... (StockManager.cpp:117)\n",
26
- "2024-10-19 20:43:09.703 [HKU-I] - Preloading all day kdata to buffer ! (StockManager.cpp:153)\n",
27
- "2024-10-19 20:43:09.704 [HKU-I] - 0.65s Loaded Data. (StockManager.cpp:125)\n",
28
- "CPU times: total: 734 ms\n",
29
- "Wall time: 1.85 s\n"
20
+ "current plugin path: D:\\workspace\\hikyuu\\hikyuu\\plugin\n",
21
+ "2025-08-11 23:24:29.570 [HKU-I] - Using MYSQL BaseInfoDriver (BaseInfoDriver.cpp:57)\n",
22
+ "2025-08-11 23:24:29.599 [HKU-I] - 加载市场信息…… (StockManager.cpp:572)\n",
23
+ "2025-08-11 23:24:29.606 [HKU-I] - 加载证券类型信息…… (StockManager.cpp:590)\n",
24
+ "2025-08-11 23:24:29.612 [HKU-I] - 加载证券信息…… (StockManager.cpp:476)\n",
25
+ "2025-08-11 23:24:29.744 [HKU-I] - 加载权息数据…… (StockManager.cpp:608)\n",
26
+ "2025-08-11 23:24:30.755 [HKU-I] - 加载板块信息…… (StockManager.cpp:181)\n",
27
+ "2025-08-11 23:24:31.845 [HKU-I] - 加载K线数据…… (StockManager.cpp:185)\n",
28
+ "2025-08-11 23:24:31.845 [HKU-I] - 预加载 day K线数据至缓存 (最大数量: 100000)! (StockManager.cpp:229)\n",
29
+ "2025-08-11 23:24:31.846 [HKU-I] - 2.26 秒数据加载完毕. (StockManager.cpp:191)\n",
30
+ "2025-08-11 23:24:31.847 [HKU-I] - 启动行情接收. (SpotAgent.cpp:39)\n",
31
+ "CPU times: total: 1.81 s\n",
32
+ "Wall time: 3.67 s\n"
30
33
  ]
31
34
  }
32
35
  ],
33
36
  "source": [
34
- "%matplotlib inline\n",
37
+ "#%matplotlib inline\n",
35
38
  "%time from hikyuu.interactive import *"
36
39
  ]
37
40
  },
@@ -84,13 +87,13 @@
84
87
  "name": "stdout",
85
88
  "output_type": "stream",
86
89
  "text": [
87
- "全部数量: 9294\n"
90
+ "全部数量: 8471\n"
88
91
  ]
89
92
  },
90
93
  {
91
94
  "data": {
92
95
  "text/plain": [
93
- "9294"
96
+ "8471"
94
97
  ]
95
98
  },
96
99
  "execution_count": 3,
@@ -121,7 +124,7 @@
121
124
  },
122
125
  {
123
126
  "cell_type": "code",
124
- "execution_count": 7,
127
+ "execution_count": 4,
125
128
  "metadata": {},
126
129
  "outputs": [
127
130
  {
@@ -150,28 +153,28 @@
150
153
  },
151
154
  {
152
155
  "cell_type": "code",
153
- "execution_count": 8,
156
+ "execution_count": 5,
154
157
  "metadata": {},
155
158
  "outputs": [
156
159
  {
157
160
  "name": "stdout",
158
161
  "output_type": "stream",
159
162
  "text": [
160
- "Weight(1990-03-01 00:00:00, 0, 1, 3.559, 0, 0, 0, 0, 0)\n",
161
- "Weight(1991-04-03 00:00:00, 0, 0, 0, 0, 0, 4850, 2650, 0)\n",
162
- "Weight(1991-05-02 00:00:00, 4, 0, 0, 3, 0, 8975, 3949, 0)\n",
163
- "Weight(1991-08-17 00:00:00, 10, 0, 0, 0, 0, 8975, 3949, 0)\n",
164
- "Weight(1992-03-23 00:00:00, 5, 0, 0, 2, 0, 8975, 3949, 0)\n",
165
- "Weight(1993-05-24 00:00:00, 8.5, 1, 16, 3, 0, 26942, 18813, 0)\n",
166
- "Weight(1993-06-30 00:00:00, 0, 0, 0, 0, 0, 26125, 18004, 0)\n",
167
- "Weight(1994-07-09 00:00:00, 0, 0, 0, 0, 0, 28738, 19805, 0)\n",
168
- "Weight(1994-07-11 00:00:00, 5, 1, 5, 5, 0, 28738, 19805, 0)\n",
169
- "Weight(1994-07-14 00:00:00, 0, 0, 0, 0, 0, 43107, 29707, 0)\n",
170
- "Weight(1995-09-25 00:00:00, 2, 0, 0, 3, 0, 43107, 29707, 0)\n",
171
- "Weight(1995-09-27 00:00:00, 0, 0, 0, 0, 0, 51728, 35649, 0)\n",
172
- "Weight(1996-05-27 00:00:00, 10, 0, 0, 0, 0, 51728, 35649, 0)\n",
173
- "Weight(1996-05-29 00:00:00, 0, 0, 0, 0, 0, 103456, 71442, 0)\n",
174
- "Weight(1997-08-25 00:00:00, 5, 0, 0, 2, 0, 103456, 71442, 0)\n",
163
+ "Weight(1990-03-01 00:00:00, 0, 1, 3.56, 0, 0, 0, 0, 0)\n",
164
+ "Weight(1991-04-03 00:00:00, 0, 0, 0, 0, 0, 4850.02, 2650, 0)\n",
165
+ "Weight(1991-05-02 00:00:00, 4, 0, 0, 3, 0, 8975.16, 3949.07, 0)\n",
166
+ "Weight(1991-08-17 00:00:00, 10, 0, 0, 0, 0, 8975.16, 3949.07, 0)\n",
167
+ "Weight(1992-03-23 00:00:00, 5, 0, 0, 2, 0, 8975.16, 3949.07, 0)\n",
168
+ "Weight(1993-05-24 00:00:00, 8.5, 1, 16, 3, 0, 26941.8, 18813, 0)\n",
169
+ "Weight(1993-06-30 00:00:00, 0, 0, 0, 0, 0, 26125.4, 18004.3, 0)\n",
170
+ "Weight(1994-07-09 00:00:00, 0, 0, 0, 0, 0, 28737.9, 19804.8, 0)\n",
171
+ "Weight(1994-07-11 00:00:00, 5, 1, 5, 5, 0, 28737.9, 19804.8, 0)\n",
172
+ "Weight(1994-07-14 00:00:00, 0, 0, 0, 0, 0, 43106.9, 29707.2, 0)\n",
173
+ "Weight(1995-09-25 00:00:00, 2, 0, 0, 3, 0, 43106.9, 29707.2, 0)\n",
174
+ "Weight(1995-09-27 00:00:00, 0, 0, 0, 0, 0, 51728.2, 35648.6, 0)\n",
175
+ "Weight(1996-05-27 00:00:00, 10, 0, 0, 0, 0, 51728.2, 35648.6, 0)\n",
176
+ "Weight(1996-05-29 00:00:00, 0, 0, 0, 0, 0, 103456, 71442.3, 0)\n",
177
+ "Weight(1997-08-25 00:00:00, 5, 0, 0, 2, 0, 103456, 71442.3, 0)\n",
175
178
  "Weight(1997-08-27 00:00:00, 0, 0, 0, 0, 0, 155185, 107163, 0)\n",
176
179
  "Weight(1999-10-18 00:00:00, 0, 0, 0, 6, 0, 155185, 107163, 0)\n",
177
180
  "Weight(2000-11-06 00:00:00, 0, 3, 8, 0, 0, 155185, 107163, 0)\n",
@@ -205,7 +208,7 @@
205
208
  "Weight(2015-04-13 00:00:00, 2, 0, 0, 1.74, 0, 1.37099e+06, 1.18041e+06, 0)\n",
206
209
  "Weight(2015-05-21 00:00:00, 0, 0, 0, 0, 0, 1.43087e+06, 1.18041e+06, 0)\n",
207
210
  "Weight(2016-05-23 00:00:00, 0, 0, 0, 0, 0, 1.43087e+06, 1.21926e+06, 0)\n",
208
- "Weight(2016-06-16 00:00:00, 2, 0, 0, 1.529, 0, 1.71704e+06, 1.46312e+06, 0)\n",
211
+ "Weight(2016-06-16 00:00:00, 2, 0, 0, 1.53, 0, 1.71704e+06, 1.46312e+06, 0)\n",
209
212
  "Weight(2017-01-09 00:00:00, 0, 0, 0, 0, 0, 1.71704e+06, 1.6918e+06, 0)\n",
210
213
  "Weight(2017-07-21 00:00:00, 0, 0, 0, 1.58, 0, 1.71704e+06, 1.6918e+06, 0)\n",
211
214
  "Weight(2017-12-31 00:00:00, 0, 0, 0, 0, 0, 1.71704e+06, 1.6918e+06, 0)\n",
@@ -216,14 +219,16 @@
216
219
  "Weight(2019-09-18 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94058e+06, 0)\n",
217
220
  "Weight(2020-05-28 00:00:00, 0, 0, 0, 2.18, 0, 1.94059e+06, 1.94058e+06, 0)\n",
218
221
  "Weight(2020-12-31 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94058e+06, 0)\n",
219
- "Weight(2021-05-14 00:00:00, 0, 0, 0, 1.799, 0, 1.94059e+06, 1.94058e+06, 0)\n",
222
+ "Weight(2021-05-14 00:00:00, 0, 0, 0, 1.8, 0, 1.94059e+06, 1.94058e+06, 0)\n",
220
223
  "Weight(2021-12-31 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94055e+06, 0)\n",
221
- "Weight(2022-06-30 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94056e+06, 0)\n",
222
- "Weight(2022-07-22 00:00:00, 0, 0, 0, 2.279, 0, 1.94059e+06, 1.94056e+06, 0)\n",
223
- "Weight(2023-06-14 00:00:00, 0, 0, 0, 2.849, 0, 1.94059e+06, 1.94056e+06, 0)\n",
224
- "Weight(2024-06-14 00:00:00, 0, 0, 0, 7.19, 0, 1.94059e+06, 1.94056e+06, 0)\n",
224
+ "Weight(2022-06-30 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94055e+06, 0)\n",
225
+ "Weight(2022-07-22 00:00:00, 0, 0, 0, 2.28, 0, 1.94059e+06, 1.94055e+06, 0)\n",
226
+ "Weight(2023-06-14 00:00:00, 0, 0, 0, 2.85, 0, 1.94059e+06, 1.94055e+06, 0)\n",
227
+ "Weight(2024-06-14 00:00:00, 0, 0, 0, 7.19, 0, 1.94059e+06, 1.94055e+06, 0)\n",
225
228
  "Weight(2024-06-30 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94056e+06, 0)\n",
226
- "Weight(2024-10-10 00:00:00, 0, 0, 0, 2.46, 0, 1.94059e+06, 1.94056e+06, 0)\n"
229
+ "Weight(2024-10-10 00:00:00, 0, 0, 0, 2.46, 0, 1.94059e+06, 1.94056e+06, 0)\n",
230
+ "Weight(2024-12-31 00:00:00, 0, 0, 0, 0, 0, 1.94059e+06, 1.94056e+06, 0)\n",
231
+ "Weight(2025-06-12 00:00:00, 0, 0, 0, 3.62, 0, 1.94059e+06, 1.94056e+06, 0)\n"
227
232
  ]
228
233
  }
229
234
  ],
@@ -233,6 +238,220 @@
233
238
  " print(w)"
234
239
  ]
235
240
  },
241
+ {
242
+ "cell_type": "code",
243
+ "execution_count": 6,
244
+ "metadata": {},
245
+ "outputs": [
246
+ {
247
+ "data": {
248
+ "text/html": [
249
+ "<div>\n",
250
+ "<style scoped>\n",
251
+ " .dataframe tbody tr th:only-of-type {\n",
252
+ " vertical-align: middle;\n",
253
+ " }\n",
254
+ "\n",
255
+ " .dataframe tbody tr th {\n",
256
+ " vertical-align: top;\n",
257
+ " }\n",
258
+ "\n",
259
+ " .dataframe thead th {\n",
260
+ " text-align: right;\n",
261
+ " }\n",
262
+ "</style>\n",
263
+ "<table border=\"1\" class=\"dataframe\">\n",
264
+ " <thead>\n",
265
+ " <tr style=\"text-align: right;\">\n",
266
+ " <th></th>\n",
267
+ " <th>datetime</th>\n",
268
+ " <th>countAsGift</th>\n",
269
+ " <th>countForSell</th>\n",
270
+ " <th>priceForSell</th>\n",
271
+ " <th>bonus</th>\n",
272
+ " <th>countOfIncreasement</th>\n",
273
+ " <th>totalCount</th>\n",
274
+ " <th>freeCount</th>\n",
275
+ " <th>suogu</th>\n",
276
+ " </tr>\n",
277
+ " </thead>\n",
278
+ " <tbody>\n",
279
+ " <tr>\n",
280
+ " <th>0</th>\n",
281
+ " <td>1990-03-01</td>\n",
282
+ " <td>0.0</td>\n",
283
+ " <td>1.0</td>\n",
284
+ " <td>3.56</td>\n",
285
+ " <td>0.00</td>\n",
286
+ " <td>0.0</td>\n",
287
+ " <td>0.000000e+00</td>\n",
288
+ " <td>0.000000e+00</td>\n",
289
+ " <td>0.0</td>\n",
290
+ " </tr>\n",
291
+ " <tr>\n",
292
+ " <th>1</th>\n",
293
+ " <td>1991-04-03</td>\n",
294
+ " <td>0.0</td>\n",
295
+ " <td>0.0</td>\n",
296
+ " <td>0.00</td>\n",
297
+ " <td>0.00</td>\n",
298
+ " <td>0.0</td>\n",
299
+ " <td>4.850017e+03</td>\n",
300
+ " <td>2.650000e+03</td>\n",
301
+ " <td>0.0</td>\n",
302
+ " </tr>\n",
303
+ " <tr>\n",
304
+ " <th>2</th>\n",
305
+ " <td>1991-05-02</td>\n",
306
+ " <td>4.0</td>\n",
307
+ " <td>0.0</td>\n",
308
+ " <td>0.00</td>\n",
309
+ " <td>3.00</td>\n",
310
+ " <td>0.0</td>\n",
311
+ " <td>8.975164e+03</td>\n",
312
+ " <td>3.949072e+03</td>\n",
313
+ " <td>0.0</td>\n",
314
+ " </tr>\n",
315
+ " <tr>\n",
316
+ " <th>3</th>\n",
317
+ " <td>1991-08-17</td>\n",
318
+ " <td>10.0</td>\n",
319
+ " <td>0.0</td>\n",
320
+ " <td>0.00</td>\n",
321
+ " <td>0.00</td>\n",
322
+ " <td>0.0</td>\n",
323
+ " <td>8.975164e+03</td>\n",
324
+ " <td>3.949072e+03</td>\n",
325
+ " <td>0.0</td>\n",
326
+ " </tr>\n",
327
+ " <tr>\n",
328
+ " <th>4</th>\n",
329
+ " <td>1992-03-23</td>\n",
330
+ " <td>5.0</td>\n",
331
+ " <td>0.0</td>\n",
332
+ " <td>0.00</td>\n",
333
+ " <td>2.00</td>\n",
334
+ " <td>0.0</td>\n",
335
+ " <td>8.975164e+03</td>\n",
336
+ " <td>3.949072e+03</td>\n",
337
+ " <td>0.0</td>\n",
338
+ " </tr>\n",
339
+ " <tr>\n",
340
+ " <th>...</th>\n",
341
+ " <td>...</td>\n",
342
+ " <td>...</td>\n",
343
+ " <td>...</td>\n",
344
+ " <td>...</td>\n",
345
+ " <td>...</td>\n",
346
+ " <td>...</td>\n",
347
+ " <td>...</td>\n",
348
+ " <td>...</td>\n",
349
+ " <td>...</td>\n",
350
+ " </tr>\n",
351
+ " <tr>\n",
352
+ " <th>64</th>\n",
353
+ " <td>2024-06-14</td>\n",
354
+ " <td>0.0</td>\n",
355
+ " <td>0.0</td>\n",
356
+ " <td>0.00</td>\n",
357
+ " <td>7.19</td>\n",
358
+ " <td>0.0</td>\n",
359
+ " <td>1.940592e+06</td>\n",
360
+ " <td>1.940555e+06</td>\n",
361
+ " <td>0.0</td>\n",
362
+ " </tr>\n",
363
+ " <tr>\n",
364
+ " <th>65</th>\n",
365
+ " <td>2024-06-30</td>\n",
366
+ " <td>0.0</td>\n",
367
+ " <td>0.0</td>\n",
368
+ " <td>0.00</td>\n",
369
+ " <td>0.00</td>\n",
370
+ " <td>0.0</td>\n",
371
+ " <td>1.940592e+06</td>\n",
372
+ " <td>1.940562e+06</td>\n",
373
+ " <td>0.0</td>\n",
374
+ " </tr>\n",
375
+ " <tr>\n",
376
+ " <th>66</th>\n",
377
+ " <td>2024-10-10</td>\n",
378
+ " <td>0.0</td>\n",
379
+ " <td>0.0</td>\n",
380
+ " <td>0.00</td>\n",
381
+ " <td>2.46</td>\n",
382
+ " <td>0.0</td>\n",
383
+ " <td>1.940592e+06</td>\n",
384
+ " <td>1.940562e+06</td>\n",
385
+ " <td>0.0</td>\n",
386
+ " </tr>\n",
387
+ " <tr>\n",
388
+ " <th>67</th>\n",
389
+ " <td>2024-12-31</td>\n",
390
+ " <td>0.0</td>\n",
391
+ " <td>0.0</td>\n",
392
+ " <td>0.00</td>\n",
393
+ " <td>0.00</td>\n",
394
+ " <td>0.0</td>\n",
395
+ " <td>1.940592e+06</td>\n",
396
+ " <td>1.940557e+06</td>\n",
397
+ " <td>0.0</td>\n",
398
+ " </tr>\n",
399
+ " <tr>\n",
400
+ " <th>68</th>\n",
401
+ " <td>2025-06-12</td>\n",
402
+ " <td>0.0</td>\n",
403
+ " <td>0.0</td>\n",
404
+ " <td>0.00</td>\n",
405
+ " <td>3.62</td>\n",
406
+ " <td>0.0</td>\n",
407
+ " <td>1.940592e+06</td>\n",
408
+ " <td>1.940557e+06</td>\n",
409
+ " <td>0.0</td>\n",
410
+ " </tr>\n",
411
+ " </tbody>\n",
412
+ "</table>\n",
413
+ "<p>69 rows × 9 columns</p>\n",
414
+ "</div>"
415
+ ],
416
+ "text/plain": [
417
+ " datetime countAsGift countForSell priceForSell bonus \\\n",
418
+ "0 1990-03-01 0.0 1.0 3.56 0.00 \n",
419
+ "1 1991-04-03 0.0 0.0 0.00 0.00 \n",
420
+ "2 1991-05-02 4.0 0.0 0.00 3.00 \n",
421
+ "3 1991-08-17 10.0 0.0 0.00 0.00 \n",
422
+ "4 1992-03-23 5.0 0.0 0.00 2.00 \n",
423
+ ".. ... ... ... ... ... \n",
424
+ "64 2024-06-14 0.0 0.0 0.00 7.19 \n",
425
+ "65 2024-06-30 0.0 0.0 0.00 0.00 \n",
426
+ "66 2024-10-10 0.0 0.0 0.00 2.46 \n",
427
+ "67 2024-12-31 0.0 0.0 0.00 0.00 \n",
428
+ "68 2025-06-12 0.0 0.0 0.00 3.62 \n",
429
+ "\n",
430
+ " countOfIncreasement totalCount freeCount suogu \n",
431
+ "0 0.0 0.000000e+00 0.000000e+00 0.0 \n",
432
+ "1 0.0 4.850017e+03 2.650000e+03 0.0 \n",
433
+ "2 0.0 8.975164e+03 3.949072e+03 0.0 \n",
434
+ "3 0.0 8.975164e+03 3.949072e+03 0.0 \n",
435
+ "4 0.0 8.975164e+03 3.949072e+03 0.0 \n",
436
+ ".. ... ... ... ... \n",
437
+ "64 0.0 1.940592e+06 1.940555e+06 0.0 \n",
438
+ "65 0.0 1.940592e+06 1.940562e+06 0.0 \n",
439
+ "66 0.0 1.940592e+06 1.940562e+06 0.0 \n",
440
+ "67 0.0 1.940592e+06 1.940557e+06 0.0 \n",
441
+ "68 0.0 1.940592e+06 1.940557e+06 0.0 \n",
442
+ "\n",
443
+ "[69 rows x 9 columns]"
444
+ ]
445
+ },
446
+ "execution_count": 6,
447
+ "metadata": {},
448
+ "output_type": "execute_result"
449
+ }
450
+ ],
451
+ "source": [
452
+ "ws.to_df()"
453
+ ]
454
+ },
236
455
  {
237
456
  "cell_type": "code",
238
457
  "execution_count": null,
@@ -257,7 +476,7 @@
257
476
  "name": "python",
258
477
  "nbconvert_exporter": "python",
259
478
  "pygments_lexer": "ipython3",
260
- "version": "3.12.7"
479
+ "version": "3.12.9"
261
480
  }
262
481
  },
263
482
  "nbformat": 4,