Skip to main content

An EDA Package which can perform multiple Eda Operations on your dataframe in one go and yes saves Time as well !!! ------ Developed by Lalit Sharma

Project description

Exploration_Stats

Overview

This package provides EDA lifecycle functions like visualizations of missing values, their counts, distribution plots of different numerical columns, their skewness and kurtosis, and many more which will save a lot of time

An Exploration is a sequence of steps, along with a sequence of decisions indicating where the explorer was at each step, a sequence of transitions indicating which transition was taken at each step, and a sequence of states indicating an extra state at each step. These representations were developed with Metroidvania games in mind.

Core capabilities include:

Representing exploration processes as a series of steps including partial information about not-yet-explored decisions. Creating maps and explorations from various text formats, including exploration journal formats. Reasoning about reachability modulo transition requirements in terms of powers that must be possessed and/or tokens that must be spent for a transition. TODO The ability to represent fairly sophisticated game logic in the DecisionGraph, and even construct playable maps. Game logic that can't be captured this way can still be represented by making custom changes to maps between exploration steps.

TODO Dependencies: Python version 3.8+ network For underlying graph structures. pytest for testing, install with the [test] option to get it automatically. Installing Just run pip install exploration-stats. The tool script should be installed along with the module.

Getting Started: after installing the package import exploration_stats as exp and call the exp. eda() function pass the data frame and you are all set to go

example:

pip install exploration_stats:

import exploration_stats as exp:

exp. eda(df) ---> df is your data frame and eda is the pre-built function that comes with this package

Plans Better support for open-source eda guides, where steps are not as closely linked to virtual space structure.

Changelog There are also now a few built-in debug commands available for printing relevant stuff. More may be added as they become popular. It also introduces equivalences, stored in the DecisionGraph, which allow powers (but not tokens) to count as being obtained when one of a set of other requirements is met instead. v0.1.1 is Still pre-alpha as it's in the process of being re-architected a bit, but some core functionality is present if rough (e.g., core.DecisionGraph and core. Exploration). v0.1 Initial pre-alpha upload.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

exploration_stats-0.0.34-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page