Latest questions in Edureka Community

0 votes
0 answers

I’m new to programming. Should I start from html language

I have no knowledge about programming but ...READ MORE

Sep 23, 2021 in Java-Script by Kaveesha

edited Mar 4 142 views
0 votes
0 answers

Informatica Power center - detailed index to the course.

The category does not display the Informatica ...READ MORE

Sep 22, 2021 in Power BI by Bhanumurthy

edited Mar 4 137 views
0 votes
0 answers

Do we have Playbook to confirm preferred leader doesn't mismatch in Kafka after server is rebooted?

I'm working on creating playbook for kafka ...READ MORE

Sep 20, 2021 in Apache Kafka by Sachin

edited Mar 4 279 views
0 votes
0 answers

Having error for flutter " Due to an error, the doctor check didn't complete"

FileSystemException : Exists failed. How to solve this?? ...READ MORE

Sep 19, 2021 in Others by anonymous

edited Mar 4 159 views
0 votes
0 answers

I want to download the specific file based on pattern from s3

I want to download a file from ...READ MORE

Sep 16, 2021 in AWS by Revathi

edited Mar 4 160 views
0 votes
0 answers

Unable to import tensorflow , getting the error mentioned in the image

I'm trying to import the below packages ...READ MORE

Sep 15, 2021 in Machine Learning by Dhanush

edited Mar 4 160 views
0 votes
0 answers

please I'm facing this error for python practice

uName = "Jack" uCountry = "USA" cName = "Python ...READ MORE

Sep 14, 2021 in Others by MeshMesh

edited Mar 4 150 views
0 votes
0 answers

Execute Spark.sql query within withColumn clause is Spark Scala

I have a dataframe which has one ...READ MORE

Sep 14, 2021 in Apache Spark by Pinksrider

edited Mar 4 197 views
0 votes
0 answers

Write a program to find largest of three numbers entered by the user.

pls answer this right now pls pls READ MORE

Sep 14, 2021 in Python by op

edited Mar 4 154 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

How do I count rows from related Tables using DAX

Hi Everyone, I hope you're doing well !!! I ...READ MORE

Sep 14, 2021 in Power BI by SANKET

edited Mar 4 165 views
0 votes
0 answers

I would like to delete my edureka account..

I have another account so I would ...READ MORE

Sep 13, 2021 in Ask us Anything! by Devansh

edited Mar 4 169 views
0 votes
0 answers

Why can’t I unsubscribe from emails and delete my account?

I wish to unsubscribe from edureka emails ...READ MORE

Sep 11, 2021 in Others by null

edited Mar 4 134 views
0 votes
0 answers

How to start hacking

l have learned phishing and  hydra and ...READ MORE

Sep 11, 2021 in Cyber Security & Ethical Hacking by anonymous

edited Mar 4 156 views
0 votes
0 answers

I used Actions method to locate the element in selenium .But Im getting Java null pointer exception.

WebElement Elmnt = driver.findElement(By.id("my-id")); Actions actions = new ...READ MORE

Sep 10, 2021 in Selenium by Jayashree

edited Mar 4 142 views
0 votes
0 answers

How Can I pass a Django Date Range Search Result page by page using Paginator in views and template

I have written a Python Django Method ...READ MORE

Sep 9, 2021 in Python by SUCCESSGANDE

edited Mar 4 147 views
0 votes
0 answers

which is Best online Tableau Training clasess in india?

Tableau is a powerful analytics platform which ...READ MORE

Sep 7, 2021 in Tableau by neevlearning

edited Mar 4 146 views
0 votes
0 answers

which is Best online Tableau Training clasess in india?

Tableau is a powerful analytics platform which ...READ MORE

Sep 7, 2021 in Tableau by neevlearning

edited Mar 4 171 views
0 votes
0 answers

Can we see the tables in query editor which are created using calculated table?

Can we see the tables in query ...READ MORE

Sep 5, 2021 in Power BI by Pranavi

edited Mar 4 157 views
0 votes
0 answers

After getting a Full Stack Developer certification, will I be eligible for a MS in engineering?

I've done my B.com (Computers) This classmate ...READ MORE

Sep 5, 2021 in Web Development by anonymous

edited Mar 4 159 views
0 votes
0 answers

How to connect Redcap to Power BI?

I have searched online and offline platforms ...READ MORE

Sep 5, 2021 in Power BI by Charlton

edited Mar 4 185 views
0 votes
0 answers

how to see user location on google map in power bi

I want solution how to show location ...READ MORE

Sep 4, 2021 in Power BI by tanushree

edited Mar 4 184 views
0 votes
0 answers
0 votes
0 answers

DJANGO HELP NEEDED

Whenever I run Command (DJANGO-ADMIN) it gives ...READ MORE

Sep 3, 2021 in Python by Nabeel

edited Mar 4 144 views
0 votes
0 answers

Why showing This Error:- spiral.forward(i*10) IndentationError: expected an indented block

import turtle sc=turtle.Screen() sc.setup(600,600) spiral=turtle.Tu ...READ MORE

Sep 3, 2021 in Python by Pradip

edited Mar 4 147 views
0 votes
0 answers

I am trying to create one Machine Learning model using LinearRegression model, but I am getting the below error.

 training data (input and output) for Measuring temperature using crickets x_train =[44.000,46.400,43.600,35.000,35.000,32.600,28.900,27.700,25.500,20.375,12.500,37.000,37.500,36.500,36.200] #Cricket Chirp per 1 y_train =[80.500,78.500,78.000,73.500,70.500,68.000,66.000,65.000,61.500,57.000,55.000,76.250,74.000,74.000,72.500]  # Temp in F  Training based on training data (input and output) for Measuring temperature using crickets x=x_train y=y_train opt = np.polyfit(x, y, 1) y_pred = int(opt[0]) * x + opt[1] opt_rmse = math.sqrt(metrics.mean_squared_error(y_pred, y)) slope = opt[0] bias = opt[1] #print("y_pred", y_pred, "y ", y) print("Optimal Training RMSE =", opt_rmse, "for solution", opt) the error is ValueError: Found input variables with ...READ MORE

Sep 2, 2021 in Machine Learning by anonymous

edited Mar 4 167 views
0 votes
0 answers

IndentationError: expected an indented block, while executing elbow method

K = range(1,10) sum_sq_dst = [] for k in ...READ MORE

Sep 1, 2021 in Python by Edureka

edited Mar 4 117 views
0 votes
0 answers

Which of the following is true of running a Spark application on Hadoop YARN?

Q12.Which of the following is true of ...READ MORE

Aug 27, 2021 in Data Analytics by Vipul

edited Mar 4 168 views
0 votes
0 answers

Which of the below command used to remove a broadcast variable, "bvar", from memory?

Q1.Which of the below command used to ...READ MORE

Aug 27, 2021 in Data Analytics by Vipul

edited Mar 4 160 views
0 votes
0 answers

Hey Guys I really wants to learn and be Business analyst, I don't have funds to pay for

Hey Guys I really wants to learn ...READ MORE

Aug 26, 2021 in Data Analytics by Parambir

edited Mar 4 180 views
0 votes
0 answers

How do I solve this error from my code? KeyError: "['Date' 'Adj Close'] not found in axis"

#import libraries: import numpy as np import streamlit as ...READ MORE

Aug 26, 2021 in Machine Learning by anonymous

edited Mar 4 219 views
0 votes
0 answers

Single-Single Microservices deployment with database via Jenkins pipleline

I have 3 microservices with 3 database. ...READ MORE

Aug 25, 2021 in DevOps & Agile by Neha

edited Mar 4 139 views
0 votes
0 answers

List in table by count no of frequency of specific items used

I have a table with member no ...READ MORE

Aug 23, 2021 in Power BI by Paula

edited Mar 4 137 views
0 votes
0 answers

[Errno 11001] getaddrinfo failed

I am getting the error : [Errno 11001] ...READ MORE

Aug 20, 2021 in Python by RICHA
• 140 points

edited Mar 4 161 views
0 votes
0 answers

Unable to select the dropdown list

In the dropdown list, the Edition element ...READ MORE

Aug 19, 2021 in Selenium by Edureka

edited Mar 4 146 views
0 votes
0 answers
0 votes
0 answers

How can i transfer eth automotically in some seconds (from one address to another)

How can I transfer ETH automatically from ...READ MORE

Aug 17, 2021 in Blockchain by Epic

edited Mar 4 151 views
0 votes
0 answers

How to add inbound rules to an existing security group using Lambda function python3?

I'm trying to update AWS security group ...READ MORE

Aug 16, 2021 in AWS by Lakshminarayanan

edited Mar 4 155 views
0 votes
0 answers

Getting "Pre-login Handshake error" while connecting the MySQL database to Power BI

I was about to start a Project ...READ MORE

Aug 16, 2021 in Database by Aditya

edited Mar 4 199 views
0 votes
0 answers

On aws instance jenkins not working

I have ienkins installed on aws server ...READ MORE

Aug 14, 2021 in DevOps & Agile by Abhishek

edited Mar 4 140 views
0 votes
0 answers

Chrome - How to select a specific PKI certificate based on profile?

How to select a specific PKI certificate ...READ MORE

Aug 14, 2021 in Selenium by Dave

edited Mar 4 173 views
0 votes
0 answers

Chrome - How to select a specific PKI certificate based on profile?

How to select a specific PKI certificate ...READ MORE

Aug 14, 2021 in Selenium by Dave

edited Mar 4 161 views
0 votes
0 answers

hi, When I run hdfs namenode -format to format namenode, I am getting this error:

2021-08-13 17:50:25,851 ERROR namenode.NameNode: Failed to start ...READ MORE

Aug 14, 2021 in Big Data Hadoop by anonymous

edited Mar 4 150 views
0 votes
0 answers

How to unzip multiple folders in Uipath, please help

Please help READ MORE

Aug 11, 2021 in RPA by UMESH

edited Mar 4 153 views
0 votes
0 answers

My computer won't compile this for some reason.

I  just wrote a simple hellow world ...READ MORE

Aug 11, 2021 in Java by anonymous

edited Mar 4 135 views
0 votes
0 answers

saving data from kafkaa consumer into hdfs using pydoop

i have used stock data and send ...READ MORE

Aug 9, 2021 in Apache Kafka by Rikesh

edited Mar 4 250 views