Python + Power BI | Masterclass Day 2: Variables & Operators

preview_player
Показать описание
Welcome to Day 2 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
Рекомендации по теме
Комментарии
Автор

You teach very well. I didn't know anything before this, but since I started watching your videos, I have understood everything. You teach very well.

shantanupalaskar-ccml
Автор

I would like to express my sincere appreciation for the comprehensive and engaging online course on python & Power BI, Data Analytics etc. The structure of the course was well-organized, and the materials provided were both informative and practical, catering to all levels of expertise.

The clear explanations and step-by-step approach helped to demystify complex concepts, making them accessible and easy to follow. I particularly appreciated the real-world examples and hands-on exercises, which allowed me to apply the skills immediately and see tangible results.

Moreover, the course's ability to break down intricate data analysis techniques into digestible portions greatly enhanced my understanding. The blend of Excel functions and advanced data analytics concepts was especially valuable, and I now feel more confident in using these tools for both professional and personal projects.

Thank you for delivering such a high-quality learning experience. I look forward to applying these newly acquired skills and hope to take more courses in the future.

satyamupadhyay
Автор

Guyes alll off plz iscale is good I am iscale student bt I am selected for teliperformance data analyst role in today all credit for iscale and my part of life Nishant sir and Swati mam ❤❤❤❤

SatishNarwade-eu
Автор

Day 2 completed
question 1, question 2, question 3 -option 2 is correct for all 3 questions

lifemotivation
Автор

Mam your teaching way is very very easy and special

AsadUllah-ieto
Автор

r=int(input(" Enter Rupees"))
D=83
print(r*D)

jhilmilsharma
Автор

Thanks for wonderful session Day2 complete.

growwithme
Автор

Respected Mam bhot acchi class lgi thank you mam 🙏🏻🙏🏻

sakshamsharma
Автор

Thanks for your valuable Time and great Learning with you
Day 2 complete
Ans1= B
Ans2 =B
Ans3=B

KapilAroraIBC.Badabusiness
Автор

Day2 completed mam.
Thanks for making such a videos.

sachinvithubone
Автор

Pooja khobare... Python+BI class 2 done

PoojaKhobare-pigq
Автор

A respectful Salam and regards to all team members ❤

mehmoodurrehman
Автор

your Salary")

House rent allowence
HRA=(20/100)×Basic_salary

Medical allowances
MA=(10/100)×Basic_salary

Total Salary
TS=(Basic_salary+HRA+MA)

Tax deduction
TD=(5/100)*TS

Print(" The net Salary of employee is", Basic_salary+HRA+MA-TD)


If salary is 25k then
The net Salary of employee is=30875

priyankpandya
Автор

Solution for Q2 :
# Taking input for salary greater or equal to 25, 000.
salary = 25000

# calculating house rent allowance (HRA) of 20% on base salary.
HRA = salary * (20/100)

# calculating mediacal allowance (MA) of 10% on base salary.
MA = salary * (10/100)

# calculating total salary after all the allowances.
total_salary = salary + HRA + MA

# calculating tax deduction (TD) of 5% on total salary.
TD = total_salary * (5/100)

# calculating the net salary.
total_salary = total_salary - TD

# print the net salary after all the allowances and deduction.
print(f'The Net Salary after adding Allowances and Tax Deduction is {total_salary} INR')

emptyminded
Автор

Day 2
1 Q~ka answer [B]
2 Q~ka answer [B]
3 Q~ka answer [A]

abhishekdiwakar
Автор

quetion 1
Basic_salary = 25000
hra = (10/100)*25000
ma = (10/100)*25000
total = Basic_salary+hra+ma
print("Total Salary:", total)
net_salary = total-((5/100)*total)
print(f"Net Salary is :{net_salary}")

PQ 1 :- ans= B
PQ 2:- ans = B
PQ 3:- ans = B

rajeshranjan
Автор

Basic_salary = 25000
Hr = 20%
Ma = 10%
Tax_ deduction = 5%

DailyRoutineVlog-wvut
Автор

bsalary = float(input("Enter the basic salary: "))
hra = (bsalary * 20)/100
ma = (bsalary * 10)/100
totalsal = bsalary + hra + ma
netsal = totalsal - (totalsal * 5)/100
print("Basic Salary: ", bsalary)
print("HRA :", hra)
print("Medical Allowance: ", ma)
print("Deduction 5%:", ((totalsal * 5)/100))
print(netsal)

alokjoshi
Автор

salary = 25000
HRA = 0.20 * 25000
tax = 0.05 * 25000
MI = 0.10 * 25000

print(salary + HRA + MI - tax) = 31250

itachiop
Автор

Mam mujhe sirf day4 tak k hi lecture dikh rahe hai in WhatsApp channel and telegram channel

PoojaKhobare-pigq