Trending questions in Edureka Community

0 votes
1 answer

Why Partitions are immutable in Spark?

Partitions use HDFS API. READ MORE

Aug 25, 2022 in Apache Spark by anonymous

edited Mar 5 2,300 views
0 votes
1 answer

How to disable swap in remote system using Ansible?

Hi@akhtar, You can use the mount module in ...READ MORE

Sep 16, 2020 in Ansible by MD
• 95,460 points
8,080 views
0 votes
0 answers

how feasible is it to have a data science career with a career gap in technical field of 10yrs

I would be grateful if you could ...READ MORE

Mar 22, 2021 in Others by anonymous

edited Mar 4 49 views
0 votes
1 answer

Jenkins cannot restart itself as currently configured.

Hi@akhtar, I think you did not install the ...READ MORE

Oct 22, 2020 in Jenkins by MD
• 95,460 points
6,512 views
0 votes
1 answer

How do I go to a particular version of a file in the Git repository?

Hi@akhtar, You can use git checkout <sha1> to check ...READ MORE

Jan 5, 2021 in Git & GitHub by MD
• 95,460 points
3,280 views
0 votes
1 answer

What is Xpath and what are the types of it in Selenium Webdriver?

Xpath is one of the most important ...READ MORE

May 23, 2022 in Selenium by anonymous

edited Mar 5 5,506 views
0 votes
1 answer

How to view query error in PDO PHP?

Hello, You need to set the error mode ...READ MORE

Oct 20, 2020 in PHP by Niroj
• 82,840 points
6,598 views
0 votes
0 answers

How to search a keyword from a website

How can I search a keyword from ...READ MORE

Mar 22, 2021 in Others by anonymous

edited Mar 4 50 views
0 votes
0 answers

python please help, I'm getting max_X not defined

from sklearn.model_selection import cross_val_score max_k = 100 cv_scores = ...READ MORE

Mar 22, 2021 in Python by anonymous

edited Mar 4 30 views
+1 vote
1 answer

Error: MalformedPolicyDocumentException: The new key policy will not allow you to update the key policy in the future.

Hi, I think there is a problem with ...READ MORE

Aug 10, 2020 in Terraform by MD
• 95,460 points
9,614 views
0 votes
1 answer

How to describe EC2 instances using Boto3?

Hi@akhtar, An EC2 instance is a virtual server ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,460 points
7,082 views
0 votes
1 answer

How to convert CSV file to JSON file using Pandas?

Hi@akhtar, You can convert your CSV file to ...READ MORE

Jun 25, 2020 in Python by MD
• 95,460 points
11,606 views
0 votes
2 answers

How to verify color of a web element in Selenium Webdriver?

document.getElementsByTagName('div')[0].style.backgroundColor READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
17,882 views
0 votes
2 answers

what path should I give to the url for showing a pop up when clicking on "more info" button in django?

I think u can use the bootstrap ...READ MORE

Dec 29, 2020 in Python by Carlos
3,500 views
0 votes
1 answer

How to convert eight digit yyyymmdd to date using DAX in Power BI ?

You can go through this: column = IFERROR( ...READ MORE

Dec 8, 2020 in Power BI by Gitika
• 65,770 points
4,420 views
0 votes
1 answer

How to ignore an error on 'git pull' about my local changes would be overwritten by merge?

Hi Team, If you want to remove all ...READ MORE

Jan 5, 2021 in Git & GitHub by MD
• 95,460 points
3,215 views
+1 vote
1 answer

How to assign Php variable value to Javascript variable?

Hello @kartik, Try: Essentially: <?php //somewhere set a value $var = "a ...READ MORE

Jul 7, 2020 in Java-Script by Niroj
• 82,840 points
11,024 views
0 votes
1 answer

Where can I get the datasets that were analysed in Tableau in the Youtube's 6 hourse course?

Hey, @There, Here you go regarding the datasets. https://drive.go ...READ MORE

Dec 7, 2020 in Tableau by Gitika
• 65,770 points
4,506 views
0 votes
1 answer

How do I install a Python package with a .whl file?

I just used the following which was ...READ MORE

Nov 20, 2020 in Python by Gitika
• 65,770 points
5,174 views
0 votes
1 answer

How to force git to completely forget about a file that is present in .gitignore folder?

Hi@akhtar, gitignore file is a text file that tells Git which files or ...READ MORE

Dec 22, 2020 in Git & GitHub by MD
• 95,460 points
3,802 views
0 votes
1 answer

Capture and Save Packets in a File in Linux.

Hi@akhtar, You can use tcpdump command to save ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,460 points
7,210 views
0 votes
1 answer

Php exec() not returning error message in output

Hello @kartik, You need to capture the stderr too. Redirecting stderr to stdout should do ...READ MORE

Nov 18, 2020 in PHP by Niroj
• 82,840 points
5,265 views
0 votes
1 answer

Everything in python is object?

In object-oriented programming languages like Python, an ...READ MORE

Jul 30, 2021 in Python by Rachana priyadarshni samal

edited Mar 5 633 views
0 votes
2 answers

How to change IP address of an Ubuntu VM?

The easiest method is through network manager: 1- ...READ MORE

Aug 25, 2020 in Linux Administration by Pistle
• 300 points
14,923 views
0 votes
0 answers

ng generate component --inlinestyle=true

What is the difference between these 2 ...READ MORE

Mar 20, 2021 in Angular by manionedurekanow

edited Mar 4 44 views
0 votes
2 answers

Get text using selenium web driver in python

text = driver.find_element_by_class_name("current-text").getText(); ...READ MORE

Feb 4, 2019 in Selenium by anonymous
38,336 views
0 votes
0 answers

error install mysqlclient on windows

i have that error (dont find answer) ...READ MORE

Feb 7, 2021 in Python by anonymous
• 120 points
1,817 views
0 votes
0 answers
0 votes
1 answer

How to end an express.js / node POST response?

Hello @kartik, You can use res.end and pass in a ...READ MORE

Nov 30, 2020 in Node-js by Niroj
• 82,840 points
4,754 views
0 votes
0 answers

Difference between On-premises server and Cloud server

1) Difference between On-premises server and Cloud ...READ MORE

Mar 19, 2021 in Power BI by vnk
• 390 points

edited Mar 4 54 views
0 votes
1 answer

How to change the Puppet Server memory allocation?

Hi@akhtar, By default, Puppet Server is configured to ...READ MORE

Dec 31, 2020 in Puppet by MD
• 95,460 points
3,376 views
0 votes
1 answer

How to ignore a slicer for one measure, but apply it on another?

In order to ignore Slicer you need ...READ MORE

Oct 1, 2020 in Power BI by Gitika
• 65,770 points
7,293 views
0 votes
0 answers

If condition for a popup in UiPath

Hello everybody! In a process of mine I ...READ MORE

Nov 3, 2020 in RPA by RandomDude
• 260 points
5,908 views
0 votes
0 answers

HOW TO SOLVE - Found input variables with inconsistent numbers of samples: [2285, 762] ERROR

import pandas as pd import numpy as np df ...READ MORE

Mar 19, 2021 in Python by Manu

edited Mar 4 50 views
0 votes
1 answer

ReferenceError: primordials is not defined in node

Hello @kartik, Use following commands and install node v11.15.0: npm ...READ MORE

Jul 12, 2020 in Node-js by Niroj
• 82,840 points
10,782 views
0 votes
1 answer

How to create action button in Power BI?

Hi Raghav, Follow the below steps: 1. Click on ...READ MORE

Jun 20, 2019 in Power BI by Cherukuri
• 33,050 points
27,545 views
0 votes
1 answer

Importing files from different folder in python.

By default, you can't. When importing a ...READ MORE

Dec 20, 2020 in Python by Nikita
3,855 views
0 votes
0 answers

How do I remove multiple sub folders of a particular folder name pattern in a folder in S3 using CLI?

My shell script creates folders in S3 ...READ MORE

Mar 18, 2021 in AWS by anonymous

edited Mar 4 56 views
0 votes
1 answer

How to build specific tag in Jenkins?

Hi@akhtar, You may able to do that by using ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,460 points
4,331 views
+3 votes
1 answer

How to get the attribute value of a web element in Selenium (using Java or Python)?

Hello @Umesh, if you want to get ...READ MORE

May 16, 2019 in Selenium by David
28,951 views
0 votes
1 answer

How do I update pip itself from inside my virtual environment?

Hello, pip is just a PyPI package like any other; you ...READ MORE

Nov 20, 2020 in Python by Niroj
• 82,840 points
5,109 views
0 votes
0 answers

How to remove selective folders in S3 using CLI

I have a shell script that creates ...READ MORE

Mar 18, 2021 in AWS by Harish

edited Mar 4 27 views
0 votes
1 answer

How to console.log to stdout on gulp events?

Hello @kartik, Use this: var gulp = require("gulp"); var util ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,840 points
6,805 views
0 votes
1 answer

How to find out the MySQL root password

Hello @kartik, Follow these steps to reset password ...READ MORE

Aug 26, 2020 in PHP by Niroj
• 82,840 points
8,796 views
0 votes
0 answers

One Service acct with permission with multi-region buckets

I would like to know if I ...READ MORE

Mar 18, 2021 in Cloud Computing by Muhammad

edited Mar 4 26 views
0 votes
1 answer

How to run two commands in one line in Windows CMD?

Hi@MD, You can use the Logical And operator ...READ MORE

Oct 5, 2020 in Others by akhtar
• 38,260 points
7,054 views
0 votes
1 answer

Fatal error: Class 'App\Http\Controllers\Redirect' not found

Hello @kartik, The only thing that you have ...READ MORE

Oct 21, 2020 in Laravel by Niroj
• 82,840 points
6,362 views