Trending questions in Edureka Community

0 votes
1 answer

How to extract table and text from pdf file and load into Excel by using workbench commands in automation anywhere

Hey Dhruv, to extract table and text ...READ MORE

Oct 10, 2019 in RPA by Abha
• 28,140 points
4,972 views
0 votes
1 answer

How to convert data.frame object to transaction object?

You can either convert a data frame ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,050 points
4,903 views
0 votes
1 answer

How to replace the count(field) which is missing in data with zero in tableau?

Use calculated field to create a dummy ...READ MORE

Dec 21, 2019 in Tableau by sindhu
2,209 views
0 votes
1 answer

When running the enrollAdmin.js i get this error:

you are not running the ca, port ...READ MORE

Jun 7, 2020 in Blockchain by sumit
3,964 views
0 votes
2 answers

How to edit file after I shell to a docker container?

You can even install it using a ...READ MORE

Apr 23, 2019 in Docker by Ashish
18,134 views
0 votes
4 answers

Start a career in data science after studying mechanical engineering

Yes for sure you can Enroll for ...READ MORE

Apr 9, 2019 in Career Counselling by MrBoot
• 1,230 points
15,979 views
0 votes
2 answers

Scanner is skipping nextLine() after using next() or nextFoo()?

use input.nextLine(); after your nextInt() function for example:- input.nextInt(); ...READ MORE

May 11, 2019 in Java by Sourav Dangi
18,844 views
0 votes
1 answer

How to allow outbound traffic on a custom port in gcp?

To allow outbound traffic through a custom ...READ MORE

Sep 26, 2019 in GCP by Sirajul
• 59,230 points
5,552 views
0 votes
0 answers

Write a DAX query to obtain the bottom 5 customers based on the order price

Jan 22, 2020 in Others by anonymous
• 170 points
502 views
0 votes
1 answer

USING LIKE inside pandas.query()

If you have to use df.query(), the ...READ MORE

Jul 22, 2019 in Python by SDeb
• 13,300 points
8,410 views
0 votes
1 answer

How to import data in sqoop as a Parquet file?

Sqoop allows you to import the file ...READ MORE

May 15, 2019 in Big Data Hadoop by Nanda
11,333 views
0 votes
1 answer

How much does Azure DevOps Services cost?

Here's how you will be charged for ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
1,266 views
0 votes
1 answer

What are the different volume mount types available in docker?

There are three mount types available in ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
9,165 views
+1 vote
0 answers

how can read text from website ??

from selenium import webdriver import time query = ('maps') if ...READ MORE

Jan 7, 2020 in Python by anonymous
• 130 points
1,120 views
0 votes
1 answer

How can a jenkins slave node be configured to communicate with the jenkins master?

There are two ways we can start ...READ MORE

Aug 30, 2019 in Jenkins by Sirajul
• 59,230 points
6,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,920 views
0 votes
1 answer

I am using Maximize Window activity inside Attach Window activity, its giving me error. Please help!!

Hi Anvi, try using a different browser to ...READ MORE

Oct 23, 2019 in RPA by Abha
• 28,140 points
4,372 views
+1 vote
0 answers

how to match the following string without a regular expression in python

abc_pqr_0_114_004.xxx ab_pq_04_114.xxx READ MORE

Dec 17, 2019 in Python by Rajesh Babu
• 130 points
1,984 views
0 votes
1 answer

What is a Scheduler and how it can be configured in Blueprism tool?

Hey Pratibha, Scheduler is a service which ...READ MORE

Oct 21, 2019 in RPA by Abha
• 28,140 points
4,447 views
+1 vote
0 answers

How can I encryption/decryption in Rijndael using python

I found this https://github.com/moeenz/rijndael ,but does not ...READ MORE

Sep 28, 2019 in Cyber Security & Ethical Hacking by Ahmed
• 310 points
5,447 views
0 votes
1 answer

How to hide/show tabs in shiny app in R?

Hi, Radha One way is to use hidetab ...READ MORE

Aug 22, 2019 in Data Analytics by anonymous
• 33,050 points
7,063 views
0 votes
1 answer

Azure Blob: How to open a file in browser without downloading it?

First, because I was using a byte[] the controller ...READ MORE

Jun 20, 2018 in Azure by club_seesharp
• 3,450 points
25,509 views
0 votes
1 answer

Can I run actions in parallel in codepipeline? - AWS

Yes. You can configure one or more ...READ MORE

Jul 1, 2019 in AWS by Garima
9,274 views
+1 vote
1 answer

I HAVE 2 REQUIREMENT PLEASE HELP IN POWER BI

you have a table with data time ...READ MORE

Dec 3, 2019 in Power BI by Priyanka
2,531 views
+2 votes
1 answer

Selenium with C Sharp -- How to perform Explicit Wait method

The explicit wait is used to tell ...READ MORE

Dec 23, 2019 in Selenium by Sirajul
• 59,230 points
1,647 views
+1 vote
0 answers

whats wrong in my code? attached below

package com.sv.selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class SwitchTabs ...READ MORE

Jan 9, 2020 in Selenium by anonymous
• 130 points
967 views
+2 votes
1 answer

How to export data to CSV from power bi embedded url ?

Hi Arathi, You can open Visuals from embedded ...READ MORE

Aug 23, 2019 in Power BI by anonymous
• 33,050 points
6,902 views
0 votes
1 answer

java.lang.IllegalArgumentException: Unable to instantiate SparkSession with Hive support because Hive classes are not found.

 Try using the below build.sbt, code.scala and command ...READ MORE

Jul 30, 2019 in Big Data Hadoop by Kishan
8,019 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

Sep 3, 2020 in Selenium by Sri
• 3,190 points
8,190 views
0 votes
1 answer

How to create a date variable in R?

Create a string with date notation as ...READ MORE

Jul 16, 2019 in Data Analytics by anonymous
8,628 views
0 votes
1 answer

How to take screenshot of whole page of a web page?

Hi there, you can try to look for ...READ MORE

Nov 8, 2019 in RPA by Abha
• 28,140 points
3,649 views
0 votes
2 answers

Function of “hadoop namenode -format” command

Namenode is the node in the Hadoop ...READ MORE

Feb 4, 2019 in Big Data Hadoop by Kanika
21,911 views
0 votes
1 answer

Sqoop: ERROR tool.BaseSqoopTool: Error parsing arguments

There are two mistakes in the command ...READ MORE

Aug 2, 2019 in Big Data Hadoop by Kunal
7,844 views
0 votes
1 answer
0 votes
1 answer

Schedule a query to run every 3 hours in my BigQuery project.

 Use the bq query command. With this method, you will ...READ MORE

Nov 21, 2019 in GCP by anonymous
• 59,230 points
3,039 views
0 votes
3 answers

What are the skills required to become a mobile app developer?

Here are the list of important skills ...READ MORE

Jan 5, 2021 in Career Counselling by Lilac

edited Mar 5 1,295 views
0 votes
1 answer

How can I schedule a pipeline to run in azure datafactory?

You can use the scheduler trigger or ...READ MORE

Jan 2, 2020 in Azure by Sirajul
• 59,230 points
1,224 views
0 votes
1 answer

Azure portal doesn't display the SDK version of my Cloud Service. How can I get to know it?

You can use following PowerShell commands to ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
1,161 views
0 votes
1 answer

I am trying to view and preprocess a .mhd and .raw image types on jupyter notebook, but I am getting a syntax error.

Hey @tekle,  You cannot use a string in ...READ MORE

Nov 4, 2019 in Python by Payal
3,750 views
+1 vote
1 answer

Is there any other way to update the config map for deployment without having to restart the pod?

Well, you need to have some way ...READ MORE

Jul 19, 2019 in Kubernetes by Sirajul
• 59,230 points
8,366 views
0 votes
1 answer

GCP Error : 409 "duplicate" while trying to create a table.

This error returns when trying to create ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
3,057 views
0 votes
1 answer

How to make a text hyperlink in word using Uipath Studio?

Hi there, you can make a text ...READ MORE

Oct 24, 2019 in RPA by Abha
• 28,140 points
4,220 views
0 votes
1 answer

What is an Environment Variable in Blue Prism?

Hey Raveena, in Blue Prism an Environment ...READ MORE

Mar 13, 2019 in RPA by Abha
• 28,140 points
13,937 views
0 votes
1 answer

How to run a Function in Spyder and check output?

You will see the output of the ...READ MORE

May 17, 2019 in Python by Omkar
• 69,220 points
11,142 views
0 votes
1 answer

How can I read numeric data from an Excel sheet using Selenium Webdriver?

Hey Jignesh, for reading numeric data from ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
8,488 views
0 votes
2 answers

What languages are supported for writing a lambda function in AWS?

If we talk above supporting natively or ...READ MORE

Aug 5, 2020 in Cloud Computing by cloudkatha
• 210 points
1,377 views
0 votes
1 answer

How can I use a pre-existing disk as a persistent volume for a GKE cluster?

If you already have a persistent disk (say ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
3,386 views
+2 votes
5 answers

How to transpose/pivot data in hive?

Below is also a way for Pivot SELECT ...READ MORE

Oct 12, 2018 in Big Data Hadoop by Rahul
20,562 views
+2 votes
1 answer

How to extract data from website and save it to excel using Blue Prism?

Hey, you can use following steps to ...READ MORE

Aug 19, 2019 in RPA by Abha
• 28,140 points
7,146 views