Epython Lab
6.45K subscribers
660 photos
31 videos
104 files
1.22K links
Welcome to Epython Lab, where you can get resources to learn, one-on-one trainings on machine learning, business analytics, and Python, and solutions for business problems.

Buy ads: https://telega.io/c/epythonlab
Download Telegram
Epython Lab
Transform XML into Pandas DataFrame, Part 2 https://youtu.be/EAhp1FhIWvI
tole.xml
1019.3 KB
XML file for the video of transforming from xml to Pandas Data Frame.
Poll 03

What will be the output of the following program? lst = ["epy", "thon", "lab"] for x in lst: x.upper() print(lst)
Anonymous Poll
69%
["EPY", "THON", "LAB"]
11%
[None, None, None]
20%
["epy", "thon", "lab"]
Which topic would you like to attend a live session?
Anonymous Poll
11%
List
17%
Dictiinary
67%
Class and inheritance
4%
Comment if other
Poll 05:

Which is best for Statistical Analysis?
Anonymous Poll
34%
R
62%
Python
3%
Comment if other
Simple way of Converting from 12 hour to 24 hour in Pandas
@epythonlab #pandas #python
How could you convert if you found '172105' time format in pandas?
Here is a simple way of converting to standard time format.
@epythonlab #python #pandas
Poll 06

Which of the following function convert a String to a list?
Anonymous Poll
15%
tuple(some_string)
26%
List(some_string)
49%
list(some_string)
5%
repr(some_string)
4%
eval(some_string)
Poll 07

Do you think that future automation system will increase unemployment rate?
Anonymous Poll
59%
Yes
25%
No
16%
May be
👍1
Notice 2
If you want shilling bot for your crypto currency tg group, contact our developer @asibehtenager, also join our channel @epythonlab for more information.
Optimizing Risks for a Portfolio of Cryptocurrencies

https://yourdatablog.com/cryptosdf/

@epythonlab #article #datascience
Forwarded from Epython Lab (Asibeh Tenager)
Numpy Code Snippet.pdf
88.5 KB
Hi, this is a simple example to practice Numpy. Go through each line of code and ask if you have any questions.
High_Performance_Python_2nd_Edition.epub
5.7 MB
High Performance Python, Second Edition - 2020

@epythonlab #pythonbooks
Forwarded from Epython Lab (Asibeh Tenager)
Creating a shopping app using Python and Analyzing the data using Pandas

N.B: Don't forget to subscribe to the channel if you are interested to receive more videos

Thanks for watching!

https://youtu.be/MJuF-4RIvtM
Poll 08

Which is the most commonly used data storage in the data science world?
Anonymous Poll
17%
Xml
32%
Json
51%
Csv
1