If you have a situation that you can easily get the result using SQL/ SQL…
Tag: Analytics
How to split Pandas DataFrame in Python ?
You can use the pd.DataFrame.iloc[] function to split a Pandas DataFrame. The iloc[] function is used to get rows or…
Descriptive vs Diagnostic vs Predictive vs Prescriptive: 4 type of Analytics
user July 18, 2022 0 Comments on Descriptive vs Diagnostic vs Predictive vs Prescriptive: 4 type of Analytics
a. Descriptive: This tells you what happened in the past. You will get the data from the past and report…