Latest questions in Edureka Community

0 votes
1 answer

Pandas dataframe with multiple lists in Python

You can do it like this import pandas ...READ MORE

Apr 6, 2019 in Python by Esha
1,534 views
0 votes
1 answer

How to create Pandas dataframe from Python list?

You can do it like this: import ...READ MORE

Apr 6, 2019 in Python by Likhita
956 views
0 votes
1 answer

How to create blank csv file in pandas?

Try this code: open("User data.csv", 'w') Where User data.csv ...READ MORE

Apr 6, 2019 in Python by Will
4,134 views
0 votes
1 answer

How to create empty pandas dataframe only with column names?

You can do it like this: df=pd.DataFrame(columns=["Name","Old","Ne ...READ MORE

Apr 6, 2019 in Python by Hari
9,932 views
0 votes
1 answer

Now able to open multiple windows: selenium.common.exceptions.WebDriverException: invalid session id

You have initialized driver only once and ...READ MORE

Apr 6, 2019 in Python by James
11,446 views
0 votes
1 answer

What is the difference between driver.close() and driver.quit()?

They do a similar thing but not ...READ MORE

Apr 6, 2019 in Python by Yash
27,968 views
0 votes
1 answer

Python Selenium: ConnectionRefusedError: No connection could be made because the target machine actively refused it

When you use driver.quit(), it closes the ...READ MORE

Apr 6, 2019 in Python by Tina
12,184 views
0 votes
1 answer

Power BI : Counting Failures

Try the following measure: Count of fails = ...READ MORE

Apr 5, 2019 in Power BI by Upasana
• 8,620 points
1,009 views
0 votes
1 answer

Power BI getting 2 week back same day value

You can use DATEADD() function to compute the 14 ...READ MORE

Apr 5, 2019 in Power BI by Upasana
• 8,620 points
1,052 views
0 votes
1 answer

How to have gap between 2 bars.

Hi Banu, There are 2 ways: 1. You can ...READ MORE

Apr 5, 2019 in Tableau by Cherukuri
• 33,030 points
2,332 views
0 votes
1 answer

Multiple column - multiple actions in same worksheet

Hi Sindhu, Create a action for every column ...READ MORE

Apr 5, 2019 in Tableau by Cherukuri
• 33,030 points
1,171 views
0 votes
1 answer

What is the use of Queues and Transactions in UiPath Orchestrator?

Hey @Kritika, A Queue is a container that ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
10,072 views
0 votes
1 answer

How can I deploy Processes and manage its versions in orchestrator?

Hello Shipla, you can deploy a Process ...READ MORE

Apr 5, 2019 in RPA by Pratibha
• 3,690 points
1,897 views
+1 vote
1 answer

What are Packages in UiPath Orchestrator and how can I manually upload a package to Orchestrator?

Hey @Erik, The Packages page displays all the ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
9,665 views
0 votes
1 answer

How to add or delete a Machine in UiPath Orchestrator?

Hey @Raj, to add a standard machine, ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
2,418 views
0 votes
1 answer

How to compare sales of today with previous year?

Create a calculative field as, IF YEAR(TODAY())=YEAR([DATE_FIELD]+1 AND ...READ MORE

Apr 5, 2019 in Tableau by Cherukuri
• 33,030 points
452 views
0 votes
1 answer

What are Machines in orchestrator and what they are used for?

Hi @Nibha, Machines enables you to provision and ...READ MORE

Apr 5, 2019 in RPA by Abha
• 28,140 points
1,742 views
0 votes
1 answer

How to show % difference between bar chart to show increase or decrease?

Hi Anshuli, Make the bar chart first for ...READ MORE

Apr 5, 2019 in Tableau by Cherukuri
• 33,030 points
10,561 views
0 votes
1 answer

Show data for next n days

Hi, Follow below steps: 1. Make a parameter to take ...READ MORE

Apr 5, 2019 in Tableau by Anitha
364 views
0 votes
1 answer

What are the requirements to run Anible on Azure?

Using the Azure Resource Manager modules requires ...READ MORE

Apr 5, 2019 in Ansible by ZA
366 views
0 votes
1 answer

How can I add or remove robots to/from an environment in an orchestrator?

Hey @Sanjay, to add a robot to an ...READ MORE

Apr 5, 2019 in RPA by Abha
• 28,140 points
3,135 views
0 votes
1 answer

What is an Environment in UiPath Orchestrator and how to create one?

Hi @Amisha, an Environment is a grouping ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
7,741 views
0 votes
1 answer

Hyperledger error-installation error

Hey, there is a thread for the ...READ MORE

Apr 5, 2019 in Blockchain by Omkar
• 69,210 points
472 views
0 votes
1 answer

How the connection between the Robots and the Orchestrator works?

Hey @Jenny, after you registered one or ...READ MORE

Apr 5, 2019 in RPA by Abha
• 28,140 points
1,312 views
0 votes
1 answer

How to manage Robots in UiPath Orchestrator?

Hello Priyanka, you can perform following activities ...READ MORE

Apr 5, 2019 in RPA by Pratibha
• 3,690 points
1,758 views
0 votes
0 answers

is therer an alternative for execfile in python?

can you give an example if there ...READ MORE

Apr 5, 2019 in Python by Waseem
• 4,540 points
396 views
0 votes
0 answers

how can i pause a python program?

can you give the syntax ? READ MORE

Apr 5, 2019 in Python by Waseem
• 4,540 points
256 views
0 votes
1 answer

How to create a Floating Robot in UiPath Orchestrator?

Hello Rajan, to create a Floating Robot ...READ MORE

Apr 5, 2019 in RPA by Pratibha
• 3,690 points
2,306 views
0 votes
1 answer

R programming: drc package error

You need two variables, (x and y). ...READ MORE

Apr 5, 2019 in Data Analytics by Sophie may
• 10,610 points
658 views
0 votes
1 answer

R programming: SQL Syntax

R has a library called, sqldf to do ...READ MORE

Apr 5, 2019 in Data Analytics by Sophie may
• 10,610 points
316 views
0 votes
1 answer

How to secure network traffic between an Azure website and Azure VM?

If you want to use networking and your own ...READ MORE

Apr 5, 2019 in Azure by Prerna
• 1,960 points
468 views
0 votes
1 answer

How to do Blue/Green Deployments on Azure ServiceFabric?

The thing is Service Fabric is all about ...READ MORE

Apr 5, 2019 in Azure by Prerna
• 1,960 points
528 views
0 votes
1 answer

How do I print this list vertically?

You can try the following code: myList = ...READ MORE

Apr 5, 2019 in Python by SDeb
• 13,300 points
5,212 views
0 votes
1 answer

Alternative to Double Iteration

You don't have to find the removed ...READ MORE

Apr 5, 2019 in Python by SDeb
• 13,300 points
469 views
0 votes
1 answer

How can I create a Standard robot in UiPath Orchestrator?

Hi @Hema, to create a Standard Robot ...READ MORE

Apr 5, 2019 in RPA by Abha
• 28,140 points
5,429 views
0 votes
1 answer

What are the different statues a robot can have in orchestrator?

Hello Danish, any given Robot can have ...READ MORE

Apr 5, 2019 in RPA by Pratibha
• 3,690 points
1,492 views
0 votes
1 answer

What are Robots in UiPath Orchestrator and what does they do?

Hey Abhilasha, a Robot is an execution ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
1,773 views
0 votes
1 answer

How to search for a word in a string in Python?

You can do it like this: txt = ...READ MORE

Apr 5, 2019 in Python by Kumar
525 views
0 votes
1 answer

How to check if a string ends with a character in python?

You can use the endswith method. It checks ...READ MORE

Apr 5, 2019 in Python by Srisha
2,630 views
0 votes
0 answers

can i send an email using python?

can you give me the exact code ...READ MORE

Apr 4, 2019 in Python by Waseem
• 4,540 points
376 views
0 votes
0 answers

how can i read a text file in python?

can you specify the syntax and prequisites ...READ MORE

Apr 4, 2019 in Python by Waseem
• 4,540 points
332 views
0 votes
0 answers

What are Hadoop daemons? What are their live examples?

First of all why Hadoop daemon are ...READ MORE

Apr 4, 2019 in Big Data Hadoop by rashmi
1,020 views
0 votes
1 answer

Show orders from date to a date through parameter.

Hi Sindhu, Follow below steps: 1. Add 2 parameters ...READ MORE

Apr 4, 2019 in Tableau by Cherukuri
• 33,030 points
418 views
0 votes
1 answer

Count words in a string in Python

You have to use the count method to ...READ MORE

Apr 4, 2019 in Python by Shri
662 views
0 votes
1 answer

Highlight graphs with an filter

Hi banu, Follow below steps: 1. Plot a map ...READ MORE

Apr 4, 2019 in Tableau by Cherukuri
• 33,030 points
430 views
0 votes
1 answer

How to capitalize the first word of string?

Refer to the below command: txt = "hello" x = ...READ MORE

Apr 4, 2019 in Python by Giri
493 views
0 votes
1 answer

How to make python script pause for sometime?

You can use the sleep method from the ...READ MORE

Apr 4, 2019 in Python by Hrishi
678 views
0 votes
1 answer

How to append a Python List?

Please refer to the below code to ...READ MORE

Apr 4, 2019 in Python by Giri
370 views
0 votes
1 answer

Is it possible to create a Role with custom rights in Orchestrator?

Hello @Ipshita, you can definitely Create a ...READ MORE

Apr 4, 2019 in RPA by Abha
• 28,140 points
499 views
0 votes
1 answer

How to remove blank spaces from Python string?

You can use the strip method to do ...READ MORE

Apr 4, 2019 in Python by Rishi
840 views