Python + Power BI | Masterclass Day 3 : Built in Functions of python

preview_player
Показать описание
Welcome to Day 3 of the Python + Power BI Masterclass! 🎓🚀
Download the notes❇️

Class Schedule

In this session, we’ll kickstart your journey into data analytics by combining the power of Python and Power BI. Whether you're a beginner or looking to enhance your skills, this live class will equip you with essential tools and techniques to transform raw data into meaningful insights.

✨ What you’ll learn today:

.The basics of Python for data manipulation
.An introduction to Power BI’s powerful visualization tools
.How Python and Power BI work together for advanced analytics

📊 Who is this for?

Students and professionals eager to boost their data skills
Anyone interested in data visualization and analysis
🛠️ Tools used:

Python (Jupyter Notebook)
Power BI Desktop

➖➖➖➖➖➖
📱 For Any Further Query or Doubts? Contact- 7880-113-112 (Student Helpline Number)
➖➖➖➖➖➖

➖➖➖➖➖➖➖
🔗 Download App
Рекомендации по теме
Комментарии
Автор

I m not From cs background
Still your class is wonderfull and the way you r teaching is great. I am.able to solve problems that youre giving. Great thanks. I m very choosy about taking classes from online. Yours is the best. If you could make 3installments for the data science paid course then could buy them otherwise has to wait for 6months more to buy.thanks for the free classes. ❤❤❤

TanhaSharmin
Автор

I found the course to be highly informative and engaging. Your clear explanations of complex topics, like Visualization tools Data analytics in PowerBI, really helped me build a strong understanding of the tool. The hands-on exercises were particularly valuable in reinforcing the concepts.❤

satyamupadhyay
Автор

Respected Ma'am ❤️
The session is rich in content, teaching methods are very gracious. Personally, I felt myself, the beauty of session was, you were successful to kept your audience remained so focused.
May Allah Pak Bless you and all your team's family members !
Thanks

mehmoodurrehman
Автор

It was a great Sessions related to In Built Functions , Looking Forward for Next Session

RavikaUniverse.
Автор

Respected Mam🙏🏻 aap naam ki nhi kaam ki padhai krate ho genuinely me thanks you so much ma'am 🙏🏻🙏🏻

sakshamsharma
Автор

This was a amazing class . your efforts for conducting this session very appreciated thanks alot❤

DailyRoutineVlog-wvut
Автор

Thanks Mam, Day 3 session is very good.
for day4 video I could not see in our channel.

sachinvithubone
Автор

Pooja khobare... Python+BI class 3 done 👍

PoojaKhobare-pigq
Автор

num1=-3.6789
num2=10.854
print(abs(num1+num2))
7.179

jhilmilsharma
Автор

Swati mam this class is very amazing and very grateful

NareshkumarTongariya-kgfv
Автор

a =(100*35)/45-36*2
print(eval, (a))
5.77

arvindworldchannel
Автор

I am looking forward to give interview for power bi developer with 2 yrs of experience, python is sometimes in their job description, but priority is power BI and Sql, so for python Is this 15 days masterclass is enough or I have to go through some more additional material.plz guide me

jaitiwari
Автор

Hi Mam, In practice question 2: I am getting below error.

Enter the values: '200-1+198/2'

TypeError Traceback (most recent call last)
Cell In[63], line 8
6 evaluate_val=eval(enter_val)
7 # find the absolute value abs()
----> 8 abs_value = abs(evaluate_val)
9 # find the number char or length of string
10 length_of_val =len(enter_val)

TypeError: bad operand type for abs(): 'str'

sachinvithubone
Автор

Why I'm not getting the result even my code is correct in Jupiter notebook in cells (indicated by In [*] next to the cell). reopened and refreshed and restarted the browser and kernal but still gets to enter name after entering name and enter repeats same.
let me give the code that I have tried.

x = input("Enter your name: ")
print("Hello ", x)

name = input("Enter your name: ")
print("Hello ", name)

x = input()
print(x)

Can anyone guide me?

naveengoudettaboyini
Автор

Maam iscale app me mai register nahi kar pa raha hu verification ke liye mujhe OTP nahi aa raha hai

Mai kya kaaru

sumitrajrai
Автор

a='(100*35)/45-36*2'
result=eval(a)
print(result)

jhilmilsharma
Автор

Can anyone tell. Me to learn python what software do I need?

nigarsultana
Автор

'(100*35)/45-35*2'
answer is =

sachinvithubone