All Projects → shakedzy → Dython

shakedzy / Dython

Licence: bsd-3-clause
A set of data tools in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dython

uber data
Uber web interface crawler / scraper - Convert the trips table into a CSV file
Stars: ✭ 40 (-80%)
Mutual labels:  data, analysis
xbpch
xarray interface for bpch files
Stars: ✭ 17 (-91.5%)
Mutual labels:  data, analysis
Hodur Engine
Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
Stars: ✭ 208 (+4%)
Mutual labels:  modeling, data
Jhtalib
Technical Analysis Library Time-Series
Stars: ✭ 131 (-34.5%)
Mutual labels:  analysis, data
Wxconn
统计你的微信连接多少人,包括好友、群聊人数,并提供去重后的长图结果
Stars: ✭ 128 (-36%)
Mutual labels:  analysis, data
Yt
Main yt repository
Stars: ✭ 279 (+39.5%)
Mutual labels:  analysis, data
gis-snippets
Some code snippets for GIS tasks
Stars: ✭ 45 (-77.5%)
Mutual labels:  analysis, modeling
Universityrecruitment Ssurvey
用严肃的数据来回答“什么样的企业会到什么样的大学招聘”?
Stars: ✭ 30 (-85%)
Mutual labels:  analysis, data
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-35.5%)
Mutual labels:  analysis, data
Audioowl
Fast and simple music and audio analysis using RNN in Python 🕵️‍♀️ 🥁
Stars: ✭ 151 (-24.5%)
Mutual labels:  analysis, data
Bitglitter
⚡ Embed data payloads inside of ordinary images or video with high-performance animated 2-D barcodes. (Python library)
Stars: ✭ 193 (-3.5%)
Mutual labels:  data
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1308%)
Mutual labels:  analysis
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (-3%)
Mutual labels:  analysis
Awesome Json Datasets
A curated list of awesome JSON datasets that don't require authentication.
Stars: ✭ 2,421 (+1110.5%)
Mutual labels:  data
Rediscompare
rediscompare is a tool for chech two redis db data consistency. 是用来对比、校验redis 多个数据库数据一致性的命令行工具,支持单实例到单实例、单实例到原生集群、多实例多库到单实例等场景。
Stars: ✭ 194 (-3%)
Mutual labels:  data
Climate Change Data
🌍 A curated list of APIs, open data and ML/AI projects on climate change
Stars: ✭ 195 (-2.5%)
Mutual labels:  data
Cinemetrics
Stars: ✭ 192 (-4%)
Mutual labels:  analysis
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (-4%)
Mutual labels:  data
Amateras Modeler
UML and ER-diagram editor for Eclipse
Stars: ✭ 190 (-5%)
Mutual labels:  modeling
Geostatspy
GeostatsPy Python package for spatial data analytics and geostatistics. Mostly a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) in Python. Geostatistics in a Python package. I hope this resources is helpful, Prof. Michael Pyrcz
Stars: ✭ 200 (+0%)
Mutual labels:  modeling

Dython

PyPI Version Python Version PyPI - Downloads License

A set of Data analysis tools in pYTHON 3.x.

Dython was designed with analysis usage in mind - meaning ease-of-use, functionality and readability are the core values of this library. Production-grade performance, on the other hand, were not considered.

Documentation:

Modules documentation can be found on shakedzy.xyz/dython

Installation:

Dython can be installed directly using pip:

pip install dython

If you wish to install from source:

pip install git+https://github.com/shakedzy/dython.git

Dependencies: numpy, pandas, seaborn, scipy, matplotlib, sklearn

Contributing:

Contributions are always welcomed - if you found something you can fix, or have an idea for a new feature, feel free to write it and open a pull request. Please make sure to go over the contributions guidelines.

Change log:

Change log is available, see CHANGELOG.md.

Related blogposts:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].