Most answered questions in Edureka Community

0 votes
1 answer

Show orders from past n days in Power BI?

HI banu, Create a column like below, diff = ...READ MORE

Apr 8, 2019 in Power BI by Cherukuri
• 33,030 points
629 views
0 votes
1 answer

How to Start or Stop a Job in UiPath Orchestrator?

Hi @Misha, you can follow these steps ...READ MORE

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

What does Jobs do in UiPath orchestrator and how many states they can have?

Hey Nikhil, a Job is the execution ...READ MORE

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

Find number of days between 2 dates.

Hi Sindhu, Create a column with below code. ...READ MORE

Apr 8, 2019 in Power BI by Cherukuri
• 33,030 points
1,178 views
0 votes
1 answer

Combine Columns Into Single Column

Hi Ayushi, You can use calculated field to ...READ MORE

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

How to know the Azure backup frequency/retention range associated with Azure Backup Policy?

The following code snippet will provide you ...READ MORE

Apr 8, 2019 in Azure by Prerna
• 1,960 points
1,124 views
+1 vote
1 answer

Permission is denied in Oracle VM when trying to move multichain util, multichaind and multichain-cli from tmp to /usr/local/bin

You will need root permissions to move a file ...READ MORE

Apr 8, 2019 in Blockchain by Omkar
• 69,230 points
604 views
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,541 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
970 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,150 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,969 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,460 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,990 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,222 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,023 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,061 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,348 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,185 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,084 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,906 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,686 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,427 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
458 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,761 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,578 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
369 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
376 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,150 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,764 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,230 points
476 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,323 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,772 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,335 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
664 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
329 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
477 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
552 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,225 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
477 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,441 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,499 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,791 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
535 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,642 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
428 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
668 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
438 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
498 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
681 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
374 views