Metadata-Version: 2.1
Name: PandasDataFrame
Version: 1.0.2
Summary: Pandas DataFrame Application
Home-page: https://github.com/Boschetzel/PandasDataFrame.git
Author: Boschetzel (Bogdan Fometescu)
Author-email: <mbogdan.fometescu@gmail.com>
Keywords: python,dataframe,pandas,selenium
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: selenium
Requires-Dist: bokeh
Requires-Dist: requests
Requires-Dist: matplotlib
Requires-Dist: pyqt5

- [About](#about)
- [Demo](#demo)
- [Usage](#usage)
- [Features](#features)
- [More Info](#more-info)

## About

PandasDataFrame is a simple Python project for viewing,
analyzing  and  plotting Pandas DataFrames.

Final project will make possible getting data
from a web API, csv file or web scrapping.

I used Pyqt5 to create a GUI for this project with some basic functionalities.
This GUI is not design to look good, just to make the project functional,as
my intention with this project was to learn to code not to design GUI.

Working on: cleaning and documenting the code

## Demo

![img.png](img.png)



## Usage
  Main usage of this Project:
- Get data from different sources (local computer,API,Selenium)
- Perform different actions on the DataFrame
- Analyze the data
- Visualize data (plotting)


```python
#import pandas as pd
#import bokeh
#import requests
#import numpy

```

PandasDataFrame comes with 3 sample datasets that will download on first use.
- Covid DataSet
- FIFA Dataset


## Features
- Register and Login a user based on Sqlite DB info
- Open/Save *.csv files
- DataFrame operations: Data Head
  - Show Column Data,
  - Show Row Data,
  - Rename Column, 
  - Delete Column
-DataFrame analysis:
  - Add new column
  - Filter column
  - Split columns (if data have separators)
  - Select a range of columns 
- DataFrame visualization
  - Matplotlib 
  - Bokeh
- Get data (*.csv) using Selenium

## More Info

**Issues, feedback and pull requests are welcome.**

This project is still in version 1.0.1 and subject to further changes.

If you like this project remember to leave a ⭐! 
