Latest questions in Edureka Community

0 votes
1 answer

What is the process involved in machine Learning?

Discussing this on a high level, these ...READ MORE

May 10, 2019 in Machine Learning by Rhea
1,325 views
0 votes
1 answer

Django 1.7: Makemigration: non-nullable field

As the order field is unique, you'll ...READ MORE

May 9, 2019 in Python by SDeb
• 13,300 points
3,869 views
0 votes
1 answer

Bash alias --> Python 2.7 to Python 3.3

Some linux utilities depend on python2.x currently. ...READ MORE

May 9, 2019 in Python by SDeb
• 13,300 points
2,531 views
0 votes
1 answer

Real world applications of Machine Learning

Few real-world applications of machine learning are  Have ...READ MORE

May 10, 2019 in Machine Learning by Jinu
648 views
0 votes
1 answer

Not able to send email using 'send email' command in Automation Anywhere

Hi, I think you should try using port ...READ MORE

May 9, 2019 in RPA by Iffath
• 1,180 points
3,213 views
0 votes
1 answer

Python web scraping without browser

Yes, you can scape the web without ...READ MORE

May 9, 2019 in Python by John
3,495 views
0 votes
1 answer

How to find the sum of rows in Pandas dataframe?

You can use a combination groupby function with the sum() method. ...READ MORE

May 9, 2019 in Python by Jisha
4,320 views
0 votes
1 answer

How to append a row to a Pandas dataframe?

You can use the append method provided by pandas ...READ MORE

May 9, 2019 in Python by Raj
2,560 views
0 votes
1 answer

Pandas: Print rows if value greater than some value

You can use condition checking for this. ...READ MORE

May 9, 2019 in Python by Reshma
81,494 views
0 votes
1 answer

How do I close a focused window using Selenium WebDriver in Java?

You can use this    String base = ...READ MORE

May 10, 2019 in Selenium by Vaishnavi
• 1,180 points
4,516 views
0 votes
1 answer

Pandas print the first few rows of dataframe

Pandas allows you to slice the dataframe ...READ MORE

May 9, 2019 in Python by Shri
5,614 views
0 votes
1 answer

How to auto-refresh the ChromeDriver using Selenium Webdriver?

You can use this command. Also, refresh ...READ MORE

May 10, 2019 in Selenium by Vaishnavi
• 1,180 points

edited May 10, 2019 by Omkar 13,266 views
0 votes
1 answer

How to select a single column in Pandas?

Pandas allows you to index the dataframe ...READ MORE

May 9, 2019 in Python by Suman
731 views
0 votes
1 answer

Viz in Tooltip!!

Hi Ayushi, It simple and easy, follow the ...READ MORE

May 9, 2019 in Tableau by Cherukuri
• 33,030 points
505 views
0 votes
1 answer

What are the different types of database testing?

The 3 types of Database Testing are Structural ...READ MORE

May 9, 2019 in Java by Frankie
• 9,830 points
2,323 views
0 votes
1 answer

What are the main functions of Xpath locator in Selenium?

Hi Danish, for handling complex and dynamic ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
828 views
0 votes
1 answer

What is database testing?

Database Testing is checking the schema, tables, ...READ MORE

May 9, 2019 in Selenium by Frankie
• 9,830 points
539 views
0 votes
1 answer

What are the phases of Selenium Life Cycle?

Selenium life cycle has following 5 phases: Test ...READ MORE

May 10, 2019 in Selenium by Prashant
4,464 views
0 votes
1 answer

Python Pandas: Create series using list of values

You can do this using series method. Refer ...READ MORE

May 9, 2019 in Python by Yogi
1,032 views
0 votes
1 answer

group and set

Hi Anshuli, Some of the differences are - The ...READ MORE

May 9, 2019 in Tableau by Cherukuri
• 33,030 points
406 views
0 votes
1 answer

How to check if a substring is present in a string using Python?

To check if the substring exists in ...READ MORE

May 9, 2019 in Python by Sharan
901 views
0 votes
1 answer

How to form user made hierarchies in tableau to drill up/down fields?

Hi Prakash, It's easy to make hierarchies to ...READ MORE

May 9, 2019 in Tableau by anonymous
• 33,030 points
1,386 views
0 votes
1 answer

Python datetime: How to change month number to month name?

You can use the datetime module to ...READ MORE

May 9, 2019 in Python by Suman
13,184 views
+1 vote
1 answer

Python BeautifulSoup check if find returns Null object

You can add an if condition to ...READ MORE

May 9, 2019 in Python by Ruby
15,642 views
0 votes
1 answer

How to click on Image in Selenium Webdriver?

Hello Lalit, I guess you mean to ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
12,124 views
0 votes
1 answer

How can I write test scripts in Selenium with python?

Hey Khushi, writing test scripts in Selenium ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
669 views
0 votes
1 answer

How to install and configure PyDev in Eclipse?

Hey Manisha, follow the steps mentioned below ...READ MORE

May 9, 2019 in Selenium by Avantika
15,033 views
0 votes
1 answer

How to show density map in an area or a custom geological location?

Hi Preethi, Follow the below steps to create ...READ MORE

May 9, 2019 in Tableau by Cherukuri
• 33,030 points
409 views
0 votes
1 answer

Difference between the number of days user(client) has logged into the website.

Hi Rajesh, Use below code -  Column 4 = ...READ MORE

May 9, 2019 in Power BI by Cherukuri
• 33,030 points
442 views
0 votes
1 answer

How to categorize state, pin and city in power bi (Address)

After loading dataset, you can split in ...READ MORE

May 10, 2019 in Power BI by anonymous
• 33,030 points
2,986 views
0 votes
1 answer

show data even for no data - power BI

Hi Latha, To show rows with empty data ...READ MORE

May 9, 2019 in Power BI by Cherukuri
• 33,030 points
19,022 views
0 votes
1 answer

Text into URL

Hi Riya, To convert a URL or hyperlink text ...READ MORE

May 9, 2019 in Power BI by Cherukuri
• 33,030 points
320 views
0 votes
1 answer

Conditional Formatting - Power BI

Hi Priya, Create a parameter and add it ...READ MORE

May 9, 2019 in Power BI by anonymous
• 33,030 points
610 views
0 votes
0 answers

what is the purpose of the argument 'end' in the print function?

is it necessary to use this argument ...READ MORE

May 9, 2019 in Python by Waseem
• 4,540 points
338 views
0 votes
0 answers

what is python reduce? how do you use it?

can you give an example? READ MORE

May 9, 2019 in Python by Waseem
• 4,540 points
294 views
+1 vote
1 answer

truffle compile

Try running the truffle commands as root. ...READ MORE

May 9, 2019 in Blockchain by Omkar
• 69,230 points
443 views
0 votes
1 answer

Show color bar even when no data in bar chart

Hi Latha, Follow the below steps: 1. Create the ...READ MORE

May 9, 2019 in Tableau by Cherukuri
• 33,030 points
1,199 views
0 votes
1 answer

Module not found: Can't resolve './truffle-contract/build/contracts

Hey! Firstly, there seems to be a ...READ MORE

May 9, 2019 in Blockchain by Omkar
• 69,230 points
2,732 views
0 votes
1 answer

scrape/download file having customize selection using python selenium - stock screener site

Hi YI Wen Edwin, I am glad ...READ MORE

May 9, 2019 in Selenium by Abha
• 28,140 points
2,360 views
0 votes
2 answers

How to be more creative in work?

Hey,  Its good to be creative at your ...READ MORE

May 16, 2019 in Career Counselling by Gitika
• 65,910 points
541 views
0 votes
3 answers

Teaching Profession or IT employee

You should probably make a choice based ...READ MORE

Jul 30, 2019 in Career Counselling by Sirajul
• 59,230 points
576 views
0 votes
1 answer

How to become a good team leader?

Let me point out a few points 1, ...READ MORE

May 9, 2019 in Career Counselling by Cherukuri
• 33,030 points
413 views
+1 vote
4 answers

Android - java or kotlin is better

If you are a newbie Android developer, ...READ MORE

Jan 22, 2020 in Career Counselling by Nayan
• 160 points
1,115 views
0 votes
3 answers

IT employee has to always learn and upgrade

Yeah, this question answer is yes forever. ...READ MORE

Jul 25, 2019 in Career Counselling by anonymous
556 views
+1 vote
5 answers

Tkinter error: tkinter.TclError: bad geometry specifier

You have to use the character ‘x’ ...READ MORE

May 9, 2019 in Python by Tina
17,783 views
0 votes
1 answer

How to set window size in Tkinter Python?

The window size adjustment can be done ...READ MORE

May 9, 2019 in Python by Giri
3,574 views
0 votes
1 answer

Python Tkinter: “‘Label’ unresolved” error

You have imported Tkinter as tk but ...READ MORE

May 9, 2019 in Python by Rishi
3,066 views
0 votes
2 answers

Tkinter “module not callable” error.

This error statement TypeError: 'module' object is ...READ MORE

Jun 27, 2019 in Python by rahul
• 360 points
20,581 views
0 votes
1 answer

Example to run KNN algorithm using python

Have a look at this one: from sklearn.datasets ...READ MORE

May 9, 2019 in Machine Learning by Harvy
1,302 views
0 votes
0 answers

What is the motivation behind developing Hive?

Hey, I am learning Hive in a basic ...READ MORE

May 9, 2019 in Big Data Hadoop by dyna
409 views