Python for Data Analysts
48K subscribers
503 photos
64 files
318 links
Find top Python resources from global universities, cool projects, and learning materials for data analytics.

For promotions: @coderfun

Useful links: heylink.me/DataAnalytics
Download Telegram
Profound Python Libraries.epub
1.5 MB
Profound Python Libraries
Onder Teker, 2022
20 Python Libraries You Aren't Using (But Should).pdf
4.1 MB
20 Python Libraries You
Aren’t Using (But Should)

Caleb Hattingh, 2016
πŸ‘9πŸ‘7
Python for Everybody.epub
4.9 MB
Python for Everybody
Charles R. Severance, 2023
πŸ‘8πŸ‘2
Learning Professional Pythonβœ…

https://www.linkedin.com/posts/sql-analysts_learn-python-activity-7129340888232714240-ZuMM

Like for more πŸ‘β€οΈ
πŸ‘5
Python Interview Questions for data analyst interview

Question 1: Find the top 5 dates when the percentage change in Company A's stock price was the highest.

Question 2: Calculate the annualized volatility of Company B's stock price. (Hint: Annualized volatility is the standard deviation of daily returns multiplied by the square root of the number of trading days in a year.)

Question 3: Identify the longest streaks of consecutive days when the stock price of Company A was either increasing or decreasing continuously.

Question 4: Create a new column that represents the cumulative returns of Company A's stock price over the year.

Question 5: Calculate the 7-day rolling average of both Company A's and Company B's stock prices and find the date when the two rolling averages were closest to each other.

Question 6: Create a new DataFrame that contains only the dates when Company A's stock price was above its 50-day moving average, and Company B's stock price was below its 50-day moving average
πŸ‘15❀5
Data Visualization with Python.pdf
7.7 MB
Data Visualization with Python
Dr. Pooja, 2023
πŸ‘12❀6πŸ₯°2
150 SQL Queries for Practice
πŸ‘‡πŸ‘‡
https://t.iss.one/DataAnalystInterview/170
πŸ‘6❀3
Python Most Important Interview Questions

Question 1: Calculate the average stock price for Company X over the last 6 months.

Question 2: Identify the month with the highest total sales for Company Y using their monthly sales data.

Question 3: Find the maximum and minimum stock price for Company Z on any given day in the last year.

Question 4: Create a column in the DataFrame showing the percentage change in stock price from the previous day for Company X.

Question 5: Determine the number of days when the stock price of Company Y was above its 30-day moving average. Question

6: Compare the average stock price of Companies X and Z in the first quarter of the year.

#Data#
----------------------------------------------
import pandas as pd
data = {   'Date': pd.date_range(start='2023-01-01', periods=180, freq='D'),   'CompanyX_StockPrice': pd.np.random.randint(50, 150, 180),   'CompanyY_Sales': pd.np.random.randint(20000, 50000, 180),   'CompanyZ_StockPrice': pd.np.random.randint(70, 200, 180) }

df = pd.DataFrame(data)
πŸ‘19❀6πŸ‘4
Complete Python Course with Building 10 Real-world Applications
πŸ‘‡πŸ‘‡
https://www.linkedin.com/posts/sql-analysts_python-viral-pythonprogramming-activity-7141826568485605376-tf7V
πŸ‘21πŸ‘6
Python for Data Science Roadmap
πŸ‘‡πŸ‘‡
https://t.iss.one/DataScienceInterviews/6
πŸ‘12πŸ‘5
Head_First_Python,_3rd_Edition_Early_Release.epub
15.8 MB
Head First Python
Paul Barry, 2023
πŸ‘7❀4
Python Cheat Sheet.pdf
17.3 MB
πŸ‘15❀5πŸ‘1
Python Libraries every Data Scientist should know

Join for more -> https://t.iss.one/addlist/KBNT2WWRIEs0NzIx

All the best πŸ‘πŸ‘
πŸ‘25❀10πŸ₯°1
Python for Data Analysts
πŸ‘‡πŸ‘‡
https://t.iss.one/sqlspecialist/548
πŸ‘10❀4