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 apmuralidhar Newbie

apmuralidhar
  • Registered: May 23, 2021

User Stats

  • Questions ( 0 )
  • Answers ( 15 )
  • Asked Questions ( 0 )
  • Posts ( 0 )
  • Comments ( 0 )
  • Best Answers ( 1 )
  1. Create two lists from one list of number in Python

    apmuralidhar
    apmuralidhar Newbie
    0
    June 2, 2021 at 3:04 pm
    List_1 = [1,4,3,5,3,2,6] def list_split(x): even=[] odd=[] f
  2. Get factorial of any number in Python

    apmuralidhar
    apmuralidhar Newbie
    0
    June 2, 2021 at 2:45 pm
    def factorial(x): y=[] while x>1: y.append(x) x=x-1 produ
  3. What is the output of the below program?

    apmuralidhar
    apmuralidhar Newbie
    -1
    June 2, 2021 at 2:32 pm
    def abc(): print('The Data Monk') return '' print(abc()) Out
  4. What is the output of the below program?

    apmuralidhar
    apmuralidhar Newbie
    0
    June 2, 2021 at 2:05 pm
    The Data
  5. Output of List

    apmuralidhar
    apmuralidhar Newbie
    0
    June 1, 2021 at 1:30 pm
    The output concatenates the elements in list 1 with the elem
  6. Number of rows in the result

    apmuralidhar
    apmuralidhar Newbie
    1
    June 1, 2021 at 1:14 pm
    A – 1,2,3,4,5 B – 1,2,3,Null,Null Left JOIN-1,2,3,4,5 RIGHT
  7. Differentiate between Union, Minus and Intersect

    apmuralidhar
    apmuralidhar Newbie
    0
    May 31, 2021 at 1:55 pm
    Let's take the example of two tables-one containing a list o
  8. Sort a list of number with sort function and without sort function. Explain it with a dry run of the code

    apmuralidhar
    apmuralidhar Newbie
    0
    May 27, 2021 at 2:12 pm
    Forgot to explain my code. Here goes: 1. I used the max func
  9. Sort a list of number with sort function and without sort function. Explain it with a dry run of the code

    apmuralidhar
    apmuralidhar Newbie
    0
    May 27, 2021 at 2:06 pm
    Using the Sort function: unsorted_list=[2,3,1,4,5] unsorted_
  10. Get the third highest salary using 3 different approaches

    apmuralidhar
    apmuralidhar Newbie
    0
    May 27, 2021 at 1:25 pm
    SELECT salary FROM (Select row_number() OVER (ORDER BY salar
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 ( 25175 )
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 }