Trending questions in Edureka Community

0 votes
0 answers

Write a Splitted PDF Back to HDFS using Python Insecure Client

I have used the PdfFileReader to read ...READ MORE

Nov 25, 2021 in Python by Kannan
• 120 points
821 views
0 votes
0 answers

How to permanently delete Edureka account?

Any of the following would work Q1. How ...READ MORE

Dec 13, 2021 in Ask us Anything! by Edureka

edited Mar 4 29 views
0 votes
1 answer

Error:npm-cli.js not found when running npm

Hello @kartik, You need to run this in ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,840 points
19,936 views
0 votes
1 answer

How to become a cyber security expert

You can become a cyber security expert ...READ MORE

Nov 25, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
856 views
0 votes
0 answers

How to separate integer(230001) into 230 &001 and compare 230 with hardcoded integer.

I have a ID field and want ...READ MORE

Oct 11, 2021 in Selenium by Usama
• 120 points
474 views
0 votes
1 answer

What is Hadoop?

Hadoop is simply a free and open-source ...READ MORE

Nov 24, 2021 in Big Data Hadoop by Edureka
• 12,690 points
833 views
0 votes
2 answers

Different types of AI

Narrow AI (Weak AI), General AI (Strong ...READ MORE

Jun 19, 2024 in Others by anonymous
• 450 points
956 views
0 votes
0 answers

How to find all latest java files.

I need all the latest java packages ...READ MORE

Dec 1, 2021 in Machine Learning by anonymous
• 120 points
447 views
0 votes
0 answers

Create first line code Django - What of Error of the IndentationError: expected an indented block?

import datetime from django.db import models from django.utils import ...READ MORE

Dec 10, 2021 in Python by Warlen

edited Mar 4 56 views
0 votes
0 answers

Javac file not found error.

I'm completely new to java. I spent ...READ MORE

Nov 21, 2021 in Java by anonymous
• 120 points
858 views
0 votes
0 answers
0 votes
1 answer

How to show % difference between bar chart to show increase or decrease?

weekly payroll overtime how to make a ...READ MORE

Mar 11, 2023 in Tableau by Mary Fleming

edited Mar 5 11,261 views
0 votes
1 answer

What is Big Data?

Big data is a term that refers ...READ MORE

Nov 24, 2021 in Big Data Hadoop by Edureka
• 12,690 points
762 views
0 votes
1 answer

show data even for no data - power BI

asdsa asdasd asdsad READ MORE

Jan 4, 2022 in Power BI by ads

edited Mar 5 19,796 views
0 votes
0 answers

My secret game will not print out "you win" only "You lose", I can't figure out what I am doing wrong?

secret_word = "giraffe" guess = "" guess_count = 0 guess_limit ...READ MORE

Dec 9, 2021 in Python by Confused

edited Mar 4 50 views
0 votes
1 answer

How to make PDF file downloadable in HTML link?

Hello @kartik, Try this: <a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a> Where newfilename is ...READ MORE

Aug 27, 2020 in PHP by Niroj
• 82,840 points
20,263 views
0 votes
0 answers

MQTT subscribe message

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shiri

edited Mar 4 19 views
0 votes
1 answer

How do you automatically download a Pdf with Selenium Webdriver in Python.

Try this code, from selenium import webdriver download_dir = ...READ MORE

Mar 5, 2020 in Selenium by Sirajul
• 59,230 points
27,762 views
0 votes
0 answers

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasAuthentication

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasAuthentication at java.base/java.lang.ClassLoader.defineClass1(Native ...READ MORE

Oct 22, 2021 in Java by anonymous
• 120 points
2,034 views
0 votes
0 answers

Debian RPi stuck installing remoteit

On my RPi 4B, I started installing ...READ MORE

Dec 8, 2021 in Ask us Anything! by Bob

edited Mar 4 24 views
0 votes
0 answers

WARNING: Use of this script to execute namenode is deprecated. WARNING:

am getting the following errot when i ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
1,213 views
0 votes
0 answers

How is DevOps different from agile methodology?

Nov 23, 2021 in DevOps & Agile by Rahul
• 2,120 points
627 views
0 votes
0 answers

i keep on having this problem, can you help?

READ MORE

Nov 23, 2021 in Cyber Security & Ethical Hacking by anonymous
• 120 points
602 views
0 votes
6 answers

Exam Dumps Required

Hi Naveed, Numerous resources are available online to ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
3,501 views
0 votes
0 answers

hadoop namenode ~format

When i type  hadoop namenode ~format WARNING: Use ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
1,159 views
0 votes
0 answers
0 votes
0 answers

What is DevOps?

What is DevOps? READ MORE

Nov 18, 2021 in DevOps & Agile by Dhruv
• 120 points
782 views
0 votes
1 answer

ImportError: No module named boto3

Hi@akhtar, I think boto3 module is missing from ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
25,308 views
0 votes
0 answers

how to compare two strings in java?

how to compare two strings in java? READ MORE

Nov 16, 2021 in Java by Naresh
• 210 points
800 views
0 votes
2 answers

Error:'TypeError: is not a function' in Node.js

You are exporting module.exports.redir = redir; That means that ...READ MORE

Oct 21, 2020 in Node-js by anonymous
• 140 points
17,722 views
0 votes
0 answers

Complete the function diff, do not modify the rest.

def diff(a,b):     # end function print(" *** ...READ MORE

Nov 22, 2021 in Python by anonymous
• 120 points
543 views
0 votes
0 answers
0 votes
0 answers

get unique distinct items based on a condition and a date condition

hi could you help me sorry my ...READ MORE

Nov 23, 2021 in Others by adolpo
• 120 points
458 views
0 votes
1 answer

How to stash untracked files of the current working directory in Git?

Hi@akhtar, In order to stash untracked files, add ...READ MORE

Nov 20, 2020 in Git & GitHub by MD
• 95,460 points
16,286 views
0 votes
1 answer

How to use Postman for Laravel $_POST request?

Hello @kartik, 1.You can create a new route ...READ MORE

Dec 1, 2020 in Laravel by Niroj
• 82,840 points
15,813 views
0 votes
5 answers

What is AI Engineer's roles and responsibilities?

The key responsibilities of an AI Engineer ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
3,513 views
0 votes
0 answers
0 votes
1 answer

Unable to create a project in django.

If you run "python -m django --version" ...READ MORE

Nov 10, 2022 in Python by anonymous

edited Mar 5 835 views
0 votes
1 answer

Testing question and answer

Testing question and answer. READ MORE

Nov 16, 2021 in Java by anonymous
• 300 points
630 views
0 votes
0 answers

org.openqa.selenium.ElementClickInterceptedException Selenium WebDriver Java

Hello, My execution does clicks on webelement as ...READ MORE

Jul 21, 2020 in Selenium by sainiranjan
• 120 points
13,129 views
0 votes
1 answer

Error:Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

Hello @kartik, your laravel connexion (config / database.php) ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,840 points
15,648 views
0 votes
0 answers

What skills does a Data Scientist need?

Could someone tell me what skills does ...READ MORE

Nov 30, 2021 in Others by Edureka
• 140 points

edited Mar 4 49 views
0 votes
0 answers

How to connect DimDate table to fact and dimensional tables?

Hi, I have fact table,Dim project , Dim ...READ MORE

Nov 20, 2021 in Power BI by asheni
• 120 points
468 views
0 votes
1 answer

How to Get Currently Selected Tab Index In jQuery UI Tabs?

Hello @kartik, If you need to get the ...READ MORE

Sep 10, 2020 in JQuery by Niroj
• 82,840 points
19,258 views
+1 vote
3 answers

Removing double quotes from a string from JSON response in PHP

Just remove the json_encode call, and it should work: $resp ...READ MORE

Sep 12, 2018 in Blockchain by digger
• 26,740 points
45,776 views
0 votes
1 answer

What does AF_INET mean?

AF stands for Address Family. INET means Internet ...READ MORE

Aug 24, 2023 in Python by Albert

edited Mar 5 5,317 views
0 votes
0 answers

Getting no such element found exception in seleniumc#

I want to get the control for ...READ MORE

Nov 29, 2021 in Others by maria

edited Mar 4 53 views
0 votes
0 answers

Python define problem

Hi this is my coding so far, ...READ MORE

Nov 30, 2021 in Python by Mattias

edited Mar 4 22 views
0 votes
0 answers

ValueError: not enough values to unpack (expected 3, got 1) in below code

import cv2 import numpy as np img=cv2.imread ("C:\\Users\\20pa1\\Downloads\\pawan_kalyan_teenmar_movie_stills06.jpg" , ...READ MORE

Nov 28, 2021 in Python by Edureka

edited Mar 4 50 views