Latest 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,216 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,184 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,052 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,716 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,360 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
550 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
753 views
0 votes
1 answer

Playbook to start ec2 instance

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

Apr 9, 2019 in Ansible by Kalgi
447 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,601 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,609 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
661 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,337 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
886 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
779 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,156 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,336 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,994 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
547 views
0 votes
4 answers

**Important: Edureka Tech Career Guide is out!

This is one of the best things one ...READ MORE

Apr 25, 2019 in Others by Gitika
• 65,910 points
891 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,538 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
388 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,423 views
+1 vote
3 answers

How to change/update cell value in Python Pandas dataframe?

You can use the at() method to ...READ MORE

Apr 8, 2019 in Python by Kunal
146,555 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,622 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,902 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,736 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,312 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
73,020 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,907 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 874 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,054 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,484 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
345 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,764 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,226 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
409 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
617 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,072 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,582 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,170 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,321 views
0 votes
0 answers

where and how can i use PYTHONPATH in python?

is there a particular syntax for this?? READ MORE

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

what is a bitwise operator in python?

can you show some operations using bitwise ...READ MORE

Apr 8, 2019 in Python by Waseem
• 4,540 points
320 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
0 votes
0 answers

Create an empty folder in Azure Blob Storage

How do I create an empty folder ...READ MORE

Apr 8, 2019 in Azure by sabby
• 4,390 points
1,900 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
599 views