Create project, added .gitignore, README.md, Pipfile, Pipfile.lock

This commit is contained in:
2025-03-14 09:20:30 +03:00
commit 84cfab1174
4 changed files with 175 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
[dev-packages]
[requires]
python_version = "3.12"