Most answered questions in Edureka Community

0 votes
1 answer

Mention the activties from Database Activities Pack which you can use in uipath studio?

Hey Dhruv, following are the activities which ...READ MORE

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

Error in CGI application - process terminated.

To fix this error, you need to deploy to ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
2,489 views
+1 vote
1 answer

What is the Database Activities pack in UiPath Studio?

Hey Anurag, the Database Activities Pack enables ...READ MORE

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

Can someone suggest some of the text analysis tools for automating text analysis process in uipath studio?

Hi @Nathan, Text Analysis tools are provided ...READ MORE

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

What is the use of Cognitive Activities pack in UiPath studio?

Hi @Riya, the Cognitive Activities pack helps ...READ MORE

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

How to query between databases in SQL Azure Database Server?

SQL Azure supports cross database queries: https://azure.microsoft.com/en-us/blog/querying-remote-databases-in-azure-sql-db/ Hope this ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
12,343 views
0 votes
1 answer

Iterate over containerInstance feild?

Try something like this: - name: List jenkins ...READ MORE

Apr 9, 2019 in Ansible by Anshul
543 views
0 votes
1 answer

Playbook to get all the container's ARN's in my AWS ECS cluster

Hey @haseeb, you could try something like ...READ MORE

Apr 9, 2019 in Ansible by Anshul
750 views
0 votes
1 answer

Playbook to start ec2 instance

- name: Create an ec2 instance ...READ MORE

Apr 9, 2019 in Ansible by Kalgi
446 views
0 votes
1 answer

ERROR! with_dict expects a dict - When creating a new keypair using Ansible

Depends on the version you're using. I'm ...READ MORE

Apr 9, 2019 in Ansible by Anshul
2,600 views
0 votes
1 answer

Calling Azure API using Power BI with Next Link

Try this let iterations = ...READ MORE

Apr 9, 2019 in Power BI by Shubham
• 13,490 points
1,604 views
0 votes
1 answer

How do I use Python Visualizations in Power BI?

Hi, You can create interactive reports out of ...READ MORE

Apr 8, 2019 in Power BI by Phalguni
• 1,020 points
659 views
0 votes
1 answer

What are some of the most commonly encountered Orchestrator errors and what does they mean?

Hey Vivek, some of the most frequently ...READ MORE

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

How can I troubleshoot IE version 11.0.9600.17031 issues with UiPath Orchestrator?

Hey @Vijay, Internet Explorer version 11.0.9600.17031 can cause ...READ MORE

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

What are different severity levels of alerts are there in orchestrator?

Hello Akanksha, The severity levels of alerts apply ...READ MORE

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

How can I setup Email Alerts with Google SMTP Server?

Hi @Janvi, perform the following steps to ...READ MORE

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

What are Alerts in UiPath Orchestrator and how Email Alerts work?

Hi @Punit, Alerts displays notifications for Robots, queue items, ...READ MORE

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

Can't pickle defaultdict

A module-level function is a function which ...READ MORE

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

Mini-languages in Python

Pyparsing is handy for writing "little languages". ...READ MORE

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

Pandas iloc printing whole row instead of cell value.

The syntax you are using is wrong. ...READ MORE

Apr 8, 2019 in Python by Hari
3,534 views
0 votes
1 answer

Not able to print cell value by index.

You have wrongly indexed. The index you ...READ MORE

Apr 8, 2019 in Python by Ganesh
385 views
0 votes
1 answer

Python Pandas Dataframe: set_value is deprecated and will be removed in a future release

The set_value function is deprecated and you will ...READ MORE

Apr 8, 2019 in Python by Jai
15,417 views
0 votes
1 answer

How to get value in Pandas dataframe using index?

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

Apr 8, 2019 in Python by Rohit
7,603 views
0 votes
1 answer

How to find the index of a particular value in a dataframe?

First, use the dataframe to match the ...READ MORE

Apr 8, 2019 in Python by Esha
274,698 views
0 votes
1 answer

Pandas dataframe index range

You can print the range of pandas ...READ MORE

Apr 8, 2019 in Python by Karan
2,832 views
0 votes
1 answer

How to print all the index of Pandas Dataframe?

Try this: print(df.index.values) READ MORE

Apr 8, 2019 in Python by Yogi
4,725 views
0 votes
1 answer

How to find if a value exists in Pandas dataframe?

Try this:​ for name in df['Name']: ...READ MORE

Apr 8, 2019 in Python by Tina
12,305 views
0 votes
1 answer

How to find an element in Pandas Dataframe?

You can do it like this: Suppose df is ...READ MORE

Apr 8, 2019 in Python by Tina
72,977 views
0 votes
1 answer

Namespace in HDFS?

Basically when we say Namespace we mean ...READ MORE

Apr 8, 2019 in Big Data Hadoop by Gitika
• 65,910 points
9,895 views
0 votes
1 answer

What can you do with sqoop in Hadoop ecosystem?

Scoop came into scenario because there were tools ...READ MORE

Apr 8, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited Apr 8, 2019 by Gitika 873 views
0 votes
1 answer
0 votes
1 answer

How Logs work in UIPath Orchestrator and how can I view them?

Hello Jagat, the Logs page displays logs ...READ MORE

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

what are the typicall block sizes in HDFS

HDFS is a block structured file system ...READ MORE

Apr 8, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,483 views
0 votes
1 answer

add bar colors in power bi under condition

Hi Sindhu, Follow below steps to add colors ...READ MORE

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

How to manage schedules in UiPath Orchestrator?

Hello Samuel, you can manage Schedules by ...READ MORE

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

What are the Schedules in UiPath Orchestrator?

Hey @Renuka, Schedules enable you to execute jobs ...READ MORE

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

Show orders from past n months

Hi banu, Create a column like below, diff = DATEDIFF(Orders[Order ...READ MORE

Apr 8, 2019 in Power BI by Cherukuri
• 33,030 points
408 views
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
615 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,071 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,577 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,169 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,318 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,117 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,210 points
598 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,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
954 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,133 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,927 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,442 views