DFAnalyzer
DFAnalyzer Python is a Python package for data analysis, built on top of the popular DFAnalyzer for Excel. It provides a powerful set of tools for importing, exploring, cleaning, transforming, and visualizing data. It also offers features such as filtering, sorting, grouping, and performing calculations on data. DFAnalyzer Python is designed to enable users to quickly and easily analyze large amounts of data and extract meaningful insights.
- Find details & insight about each columns.
- Easy to perform cycles over pyspark.
- Percentage stats around NaN , Blank Values, Null Values.
- Describes datatypes of Pyspark Dataframe.
- Help in POC of data.
Who Should use DFAnalyser
- Developers working with bigdata
- Developers using pyspark in the Data exploration.
- Developers who needs to do poc over raw data.
Usage
PySpark
You can install the DFAnalyzer package using the pip command. To install DFAnalyzer, open a terminal window and type: pip install dfanalyzer. Once the installation is complete, you can start using DFAnalyzer with Python.
-
Install the preset:
pip install dfanalyzer
-
Import it:
import DFAnalyzer as dfa
-
Use it on existing pyspark dataframe:
#[isHavingNullData,%NullData,isHavingNanValues,%NanValues,isHavingBlankValues,%BlankValues,DataType] options=[1,1,1,1,1,1,1]#flags of what all kind of analysis you need dfa.analyze(df,options)
More is about to come. Stay tuned.
Release files for dfanalyzer 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dfanalyzer-0.0.4.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dfanalyzer-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.6 kB
Release files / dfanalyzer-0.0.4.tar.gz
| Download URL | dfanalyzer-0.0.4.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9227c71619e1f6ffb579c080c5cc079cdeea7b29ceaff0d146437a750984c8f6
|
|
BLAKE2b-256 checksum How to use checksums |
e196a7fd59b6041305ea52f36b39d6083d478381412ad43ff940af9eef85464f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|
Release files / dfanalyzer-0.0.4-py3-none-any.whl
| Download URL | dfanalyzer-0.0.4-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0903a2aa1bcb2a010b6c54e9890fff7d5f8973b2bc960b93280b0c391560d316
|
|
BLAKE2b-256 checksum How to use checksums |
7e5438a3ef27336e56c79a610eae092c104af388993e57c867acbcc09bfcd93f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|