pokerdf 1.0.5__py3-none-any.whl → 1.0.6__py3-none-any.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.
- {pokerdf-1.0.5.dist-info → pokerdf-1.0.6.dist-info}/METADATA +3 -3
- {pokerdf-1.0.5.dist-info → pokerdf-1.0.6.dist-info}/RECORD +5 -5
- {pokerdf-1.0.5.dist-info → pokerdf-1.0.6.dist-info}/LICENSE +0 -0
- {pokerdf-1.0.5.dist-info → pokerdf-1.0.6.dist-info}/WHEEL +0 -0
- {pokerdf-1.0.5.dist-info → pokerdf-1.0.6.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pokerdf
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.6
|
4
4
|
Summary: Converts poker hand history files to pandas DataFrames.
|
5
5
|
Author: Murilo Amaral
|
6
6
|
Author-email: murilogmamaral@gmail.com
|
@@ -76,9 +76,9 @@ Seat 3: VillainB (big blind) collected (40)
|
|
76
76
|
|
77
77
|
#### Data Modeling
|
78
78
|
For advanced analytics, you will need to transform the data generated with the package and explore different data models. The final structure of your data may vary depending on the specific goals of your project. You will find below a suggestion of relational data model split into five tables that may be useful for most cases.
|
79
|
-
<br>
|
80
79
|
|
81
|
-
|
80
|
+
|
81
|
+

|
82
82
|
|
83
83
|
|
84
84
|
## Installation
|
@@ -5,8 +5,8 @@ pokerdf/regex/regex_execution.py,sha256=I5nbCiC-ulnf6ehh55hiSwdGwKGdmOwVEj5b348h
|
|
5
5
|
pokerdf/regex/regex_patterns.py,sha256=mYtLVx6IholDeygTeaIf8FEGwLgzOnBB8hCLhGvD1zY,22722
|
6
6
|
pokerdf/utils/strings.py,sha256=M67LK8HDsCRJbMosSpldAhkh7dJbvFm3P_cwCJJwABo,24
|
7
7
|
pokerdf/validation/pydantic_modules.py,sha256=sta6I4kOSpVVp1ztMds-6um6GKzHjmKJMdWWjVgi2vs,1302
|
8
|
-
pokerdf-1.0.
|
9
|
-
pokerdf-1.0.
|
10
|
-
pokerdf-1.0.
|
11
|
-
pokerdf-1.0.
|
12
|
-
pokerdf-1.0.
|
8
|
+
pokerdf-1.0.6.dist-info/LICENSE,sha256=cwU1q-Z805EbGDpnov1ZMvOm_1FN9GHLUymwEy7poHM,1070
|
9
|
+
pokerdf-1.0.6.dist-info/METADATA,sha256=6LbX27vfGcPC5A4SOkruuxrQVfiiecaL_zaLVyTaEtw,13255
|
10
|
+
pokerdf-1.0.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
11
|
+
pokerdf-1.0.6.dist-info/entry_points.txt,sha256=Ut_cKkG47Nvu8xyWDuDLPo7qry4Wye_te9Y3LqWNwA8,45
|
12
|
+
pokerdf-1.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|