Register Now

By registering, you agree to the terms of service and Privacy Policy.

Login

Forget

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

x

Login

Forget

Register Now

It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways

Create an account
x
You can use WP menu builder to build menus
Ask a Question
0
  • Buy Your e-book
  • Contact Us
  • About Us
    • Pricing
    • Terms and Conditions
    • Cancellation/Refund Policy
    • PRIVACY POLICY

The Data Monk

  • Buy Your e-book
  • Contact Us
  • About Us
    • Pricing
    • Terms and Conditions
    • Cancellation/Refund Policy
    • PRIVACY POLICY

About Shivani agarwal Newbie

Shivani agarwal
  • Registered: May 23, 2021

User Stats

  • Questions ( 0 )
  • Answers ( 16 )
  • Asked Questions ( 0 )
  • Posts ( 0 )
  • Comments ( 0 )
  • Best Answers ( 0 )
  1. Get the sum of digits in Python

    Shivani agarwal
    Shivani agarwal Newbie
    0
    June 2, 2021 at 1:45 pm
    def summ(x): x = str(x) Sum=0 for i in x: Sum = Sum + int(x)
  2. What is the output of the below program?

    Shivani agarwal
    Shivani agarwal Newbie
    0
    June 2, 2021 at 1:41 pm
    The Data
  3. What is Scope Resolution in Python?

    Shivani agarwal
    Shivani agarwal Newbie
    2
    May 31, 2021 at 3:55 pm
    Scope resolution is way to find the place from which value o
  4. Differentiate between Union, Minus and Intersect

    Shivani agarwal
    Shivani agarwal Newbie
    1
    May 31, 2021 at 3:44 pm
    CREATE TABLE FIRST (ID INTEGER) INSERT INTO FIRST(ID) VALUES
  5. Create a linear regression model within 20 minutes in Python

    Shivani agarwal
    Shivani agarwal Newbie
    0
    May 31, 2021 at 2:49 pm
    # i have created a simple model to predict height on the bas
  6. What is z-score and how is it used?

    Shivani agarwal
    Shivani agarwal Newbie
    0
    May 31, 2021 at 2:18 pm
    z-score is calculated to standardized any value. It tells ho
  7. How do you do n-fold cross validation in Python?

    Shivani agarwal
    Shivani agarwal Newbie
    0
    May 28, 2021 at 12:15 pm
    Let df be the original datset. #Shuffle the dataset df.sampl
  8. Sort a list of number with sort function and without sort function. Explain it with a dry run of the code

    Shivani agarwal
    Shivani agarwal Newbie
    0
    May 28, 2021 at 5:40 am
    Unsorted_list= [2,3,1,4,5] for i in range(len(Unsorted_list)
  9. What to do if you have 2 variables in a Linear Regression model with high multicollinearity ? How do you decide which one to remove from the model?

    Shivani agarwal
    Shivani agarwal Newbie
    0
    May 27, 2021 at 4:09 pm
    We can remove the variable which have less correlation with
  10. Amazon Interview Question | What percentage of value lies between Mean and one Standard deviation(both positive and negative)

    Shivani agarwal
    Shivani agarwal Newbie
    0
    May 26, 2021 at 3:02 pm
    68% if the data follows normal distribution
1 2

Products

  • Mentorship Program for Analytics interview 1 Month Analytics Mentorship Program ₹11500 Original price was: ₹11500.₹9999Current price is: ₹9999.
  • The Data Monk e-book bundle The Data Monk 23 e-book bundle ₹6900 Original price was: ₹6900.₹1999Current price is: ₹1999.
  • Most asked Analytics Interview Questions 2200 Most Asked Analytics Interview Questions ₹7999 Original price was: ₹7999.₹1999Current price is: ₹1999.
  • Analytics Interview Book Bundle Cover Page 10 Books to crack Analytics interview ₹2999 Original price was: ₹2999.₹999Current price is: ₹999.
  • Machine Learning Interview Questions Machine Learning 1200 Interview Questions ₹3600 Original price was: ₹3600.₹999Current price is: ₹999.
  • 30 Days Analytics Course 30 Days Analytics Course ₹1999 Original price was: ₹1999.₹999Current price is: ₹999.
  • Business Analyst Most Interview Questions 1250+ Business Analyst Most Interview Questions ₹1299 Original price was: ₹1299.₹899Current price is: ₹899.
  • Crack Any Data Analyst Interview with 1100 Questions Crack Any Data Analyst Interview with 1100 Questions ₹1999 Original price was: ₹1999.₹799Current price is: ₹799.
  • Ace The SQL Interview Ace The SQL Interview | 200+ Most Asked SQL Questions in Top Product Based Companies ₹1299 Original price was: ₹1299.₹799Current price is: ₹799.
  • 550 SQL Interview Questions to crack Any Analytics interview 550 SQL Interview Questions to crack Any Analytics interview ₹999 Original price was: ₹999.₹499Current price is: ₹499.
  • Crack your next Data Science interview with 300+ Questions Crack your next Data Science interview with 300+ Questions ₹499 Original price was: ₹499.₹299Current price is: ₹299.

Stats

  • Questions ( 1784 )
  • Answers ( 2722 )
  • Best Answers ( 92 )
  • Users ( 24983 )
Copyright 2020 Ask me | By 2code
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }