|
1 | 1 | # Python-BasicOperations-and-DataAnalysis
|
2 | 2 |
|
3 | | -##This repository contains two Notebooks |
| 3 | + |
4 | 4 |
|
5 | | -# Notebook 1: "Python-BasicOperations.ipynb"- Contains Basic Operations with Python Dataframes. This notebook contains the below topics |
| 5 | + |
| 6 | +## This repository contains two Notebooks |
| 7 | + |
| 8 | +# Notebook 1: "Python-BasicOperations.ipynb"- Contains Basic Operations with Python Dataframes. This notebook contains the below topics.The datasets(1000_Sales_Records.csv) used for this notebook is placed in the same repository. I have pulled this dataset randomly from the Internet |
6 | 9 |
|
7 | 10 | ## Topic 1: Basic Dataframe Reading/Operations
|
8 | 11 | ###### Code Block 1.1: Reading the dataframe
|
|
54 | 57 | ## Topic 5: Plotting
|
55 | 58 | ###### 5.1 Plotting a horizontal bar/histogram
|
56 | 59 |
|
57 | | -# Notebook 2: "Python-Data Combining.ipynb"- Contains various techniques on combining/merging the dataframes. This notebook contains the below topics |
| 60 | +# Notebook 2: "Python-Data Combining.ipynb"- Contains various techniques on combining/merging the dataframes. This notebook contains the below topics. The datasets (Trans1.csv, Trans2.csv, Transactions.csv, Info.csv) used in this notebook were placed in the same repository. I have created all these datasets with some random data on my own to work on the operations |
58 | 61 |
|
59 | 62 |
|
60 | 63 | # Topic 1: Data Combine
|
|
0 commit comments