8000 Update README.md · lcy20/08_Python_Date_Time_Module@683708e · GitHub
[go: up one dir, main page]

Skip to content

Commit 683708e

Browse files
authored
Update README.md
1 parent 3cac8e1 commit 683708e

File tree

1 file changed

+89
-1
lines changed

1 file changed

+89
-1
lines changed

README.md

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,89 @@
1-
# 08_Python_Date_Time
1+
# 08_Python_Date_Time
2+
3+
4+
## Introduction 👋
5+
6+
### What is Pandas in Python?
7+
The most famous python library which is utilized for data analysis is called Pandas. Pandas render extremely optimized performance with back-end source code which is written totally in C or Python. Also, using pandas you can easily familiar with your data by cleaning, transforming, and analyzing it.
8+
9+
In Pandas, the data is usually utilized to support statistical analysis in SciPy, plotting functions from Matplotlib, and machine learning algorithms in Scikit-learn.
10+
11+
### Core Components of Pandas Data Structure
12+
Pandas have two core data structure components, and all operations are based on those two objects. Organizing data in a particular way is known as a data structure. Here are the two pandas data structures:
13+
14+
* **Series**
15+
* **DataFrame**
16+
17+
18+
## Table of contents 📋
19+
20+
21+
[001_Python_datetime_Module](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/001_Python_datetime_Module.ipynb)
22+
23+
24+
[002_Python_strftime()](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/002_Python_strftime().ipynb)
25+
26+
27+
[003_Python_strptime](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/003_Python_strptime.ipynb)
28+
29+
30+
[004_Python_current_date_and_time](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/004_Python_current_date_and_time.ipynb)
31+
32+
33+
[005_Python_get_current_time](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/005_Python_get_current_time.ipynb)
34+
35+
36+
[006_Python_timestamp_to_datetime](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/006_Python_timestamp_to_datetime.ipynb)
37+
38+
39+
[007_Python_time_Module](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/007_Python_time_Module.ipynb)
40+
41+
42+
[008_Python_sleep()](https://github.com/milaan9/08_Python_Date_Time_Module/blob/main/008_Python_sleep().ipynb)
43+
44+
45+
These are online read-only versions.
46+
47+
48+
## Frequently asked questions ❔
49+
50+
### How can I thank you for writing and sharing this tutorial? 🌷
51+
52+
You can ⭐ star this tutorial. Starring is free for you, but it tells me and other people that it was helpful and you like this tutorial.
53+
54+
Go [here](https://github.com/milaan9/08_Python_Date_Time_Module) if you aren't here already and click the "⭐ Star" button in the top right corner. You will be asked to create a GitHub account if you don't already have one.
55+
56+
### How can I read this tutorial without an Internet connection? 🤔
57+
58+
1. Go [here](https://github.com/milaan9/08_Python_Date_Time_Module) if you aren't here already.
59+
60+
2. Click the big green "Clone or download" button in the top right of the page, then click "[Download ZIP](https://github.com/milaan9/08_Python_Date_Time_Module/archive/refs/heads/main.zip)".
61+
62+
![Download ZIP](img/dnld_rep.png)
63+
64+
3. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
65+
66+
4. Launch ipython notebook from the folder which contains the notebooks. Open each one of them
67+
68+
`Cell > All Output > Clear`
69+
70+
This will clear all the outputs and now you can understand each statement and learn interactively.
71+
72+
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
73+
74+
75+
## Authors ✍️
76+
77+
I'm Dr. Milaan Parmar and I have written this tutorial. If you think you can add/correct/edit and enhance this tutorial you are most welcome🙏
78+
79+
See [github's contributors page](https://github.com/milaan9/08_Python_Date_Time_Module/graphs/contributors) for details.
80+
81+
If you have trouble with this tutorial please tell me about it by [Create an issue on GitHub](https://github.com/milaan9/10_Python_Pandas_Module/issues/new). and I'll make this tutorial better. This is probably the best choice if you had trouble following the tutorial, and something in it should be explained better. You will be asked to create a GitHub account if you don't already have one.
82+
83+
If you like this tutorial, please [give it a ⭐ star](https://github.com/milaan9/08_Python_Date_Time_Module).
84+
85+
86+
## Licence 📜
87+
88+
You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE).
89+

0 commit comments

Comments
 (0)
0