Trending questions in Edureka Community

0 votes
1 answer

Error:Laravel Method paginate does not exist

Hello @kartik, Try this: Dispatch::all() => Returns a Collection Dispatch::all()->where() => Returns a Collection Dispatch::where() => ...READ MORE

Dec 2, 2020 in JQuery by Niroj
• 82,840 points
8,168 views
+1 vote
2 answers

How can I drop columns by name in a data frame ?

We can Drop Columns by name in ...READ MORE

Apr 14, 2018 in Data Analytics by zombie
• 3,790 points
28,689 views
0 votes
2 answers

How can I write code to find a palindrome in python without using string functions?

x="malayalam" y="" for i in x: ...READ MORE

Nov 3, 2020 in Python by Thangaraj
23,527 views
0 votes
0 answers

Moving files based on file-name to designated folder with same name

Hi everyone, I am working on a AWS ...READ MORE

Jun 9, 2021 in Cloud Computing by anonymous

edited Mar 4 25 views
+1 vote
1 answer

'utf-8' codec can't decode byte 0xa9 in position 12527: invalid start byte

Hello, You can always safely read in binary ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,840 points
14,876 views
0 votes
1 answer

How to create a user in Django?

Hello @kartik, The correct way to create a ...READ MORE

Aug 17, 2020 in Python by Niroj
• 82,840 points
12,760 views
0 votes
0 answers

How to get 3 digits from number using dax

pathnum 456 836 294 M46 Using DAX based on pathnum retrieve 3 ...READ MORE

Jun 8, 2021 in Power BI by anonymous
• 390 points

edited Mar 4 29 views
0 votes
0 answers

Show Input Fields Values On a Button's onClick in React

I've made a simple resume portal. What ...READ MORE

Jun 7, 2021 in Web Development by soloLearner

edited Mar 4 30 views
0 votes
0 answers

CAN I DO OSCP,CEH,SSCP,CISSP,CISA,CISM cerification after 12th science (PCM)?

Government has passed 12th boards ( mass ...READ MORE

Jun 7, 2021 in Cyber Security & Ethical Hacking by anonymous

edited Mar 4 24 views
0 votes
1 answer

How to get image from resources in Laravel?

Hello @kartik, You can make a route specifically ...READ MORE

Oct 28, 2020 in Laravel by Niroj
• 82,840 points
9,578 views
0 votes
1 answer

How to get all the users except current logged in user in laravel eloquent?

Hello @kartik, You can get the current user's ...READ MORE

Dec 8, 2020 in Laravel by Niroj
• 82,840 points
7,792 views
0 votes
2 answers

how to execute a shell script post build step in Jenkins?

You could use the Post Build Task Plugin ...READ MORE

Jul 31, 2019 in Jenkins by Sirajul
• 59,230 points
29,972 views
0 votes
1 answer

ModuleNotFoundError: No module named 'cPickle'

Hi@akhtar, There is no cPickle module in Python 3. ...READ MORE

Jul 14, 2020 in Machine Learning by MD
• 95,460 points
14,121 views
0 votes
0 answers

how to extract job information from LinkedIn

when I want to use 'add table ...READ MORE

Jun 6, 2021 in Power BI by Farhad

edited Mar 4 21 views
0 votes
0 answers

send automatically

I have few child wallets and a ...READ MORE

Jun 6, 2021 in Blockchain by Hamed

edited Mar 4 20 views
0 votes
1 answer

How do I execute multiple SQL statements at once? - Python

You can use sqlite3 module. Have a ...READ MORE

Jun 20, 2019 in Python by Travis
30,929 views
0 votes
1 answer

How to delete all cookies of my website in php?

Hello @kartik, This will unset all of the ...READ MORE

Oct 27, 2020 in PHP by Niroj
• 82,840 points
9,548 views
0 votes
0 answers

missing value where TRUE/FALSE needed

Hello, I have the following error: Error in while ...READ MORE

Jun 6, 2021 in Data Analytics by Anri

edited Mar 4 20 views
0 votes
1 answer

How to pull a docker image using Ansible playbook?

Did you try using this? https://docs.ansible.com/ansible/latest/colle ...READ MORE

Nov 5, 2020 in Ansible by undermink
11,151 views
0 votes
0 answers

Need help to solve unrecognized arg in sqoop

//command sqoop job \ --create myjob \ --import \ --connect jdbc:mysql://localhost/sqoop ...READ MORE

Jun 5, 2021 in Big Data Hadoop by Nirav

edited Mar 4 28 views
0 votes
0 answers

Create Hive table using Dataframe getting error

Code: srcDF.write.mode(tblmode).saveAsTable(s"${dbName}.${tgtHiveTableName}") error: 21/06/04 22:11:45 ERROR pa.TrxNbrx: org.apache.spark.SparkException: ...READ MORE

Jun 5, 2021 in Apache Spark by Rajesh

edited Mar 4 28 views
0 votes
0 answers

OI JANA TESTE LIVE

OI JANA TESTE LIVE READ MORE

Jun 5, 2021 in Apache Spark by Eufrasia

edited Mar 4 24 views
0 votes
0 answers

Missing one positional argument

Am trying to retrieve a bar graph ...READ MORE

Jun 5, 2021 in Python by Bhavesh

edited Mar 4 26 views
0 votes
0 answers

php file manager error on array

Good afternoon, im doing a php file ...READ MORE

Jun 5, 2021 in Others by tomas

edited Mar 4 25 views
0 votes
0 answers

Uipath: Excel reading and writing certain conditions required please help

Uipath I am reading columns from multiple ...READ MORE

Jun 5, 2021 in RPA by Dewrim

edited Mar 4 28 views
0 votes
1 answer

Splitting a column with multiple values in python

i guess pandas explode function can help ...READ MORE

Nov 19, 2022 in Python by Sukhwinder

edited Mar 5 3,464 views
0 votes
0 answers

How do i backup of Azure Sql database using Azure Automation?

HI, I have two Azure SQL database as ...READ MORE

Jun 4, 2021 in Azure by Lakshminarayanan
• 1,370 points

edited Mar 4 26 views
0 votes
1 answer

How to run a cron job using Ansible Playbook?

Hi@akhtar, You can use a module named Cron ...READ MORE

Sep 29, 2020 in Ansible by MD
• 95,460 points
10,681 views
0 votes
0 answers

what parameters are required for a "windowed" operation such as reduceByKeyAndWindow?

a) Window length b) sliding interval c) Window Length ...READ MORE

Jun 4, 2021 in Apache Spark by anonymous

edited Mar 4 27 views
0 votes
1 answer

What is difference between Assert and Verify in Selenium?

Hello, talking about the definition.  Assert: If the assert condition ...READ MORE

Dec 31, 2018 in Selenium by Prasad
38,238 views
0 votes
1 answer

How could I call that function from the command line in nodejs?

Hello @kartik, In your db.js, export the init function. There are ...READ MORE

Oct 7, 2020 in Java-Script by Niroj
• 82,840 points
10,313 views
0 votes
1 answer

How to set variables in HIVE scripts

You need to use the special hiveconf for variable ...READ MORE

Nov 20, 2020 in Big Data Hadoop by Gitika
• 65,770 points
8,402 views
0 votes
0 answers

How do I use the SelectorsHub debugger feature to inspect dynamic elements?

How do I use the SelectorsHub debugger ...READ MORE

Jun 3, 2021 in Selenium by Edureka

edited Mar 4 25 views
0 votes
0 answers

How can I use Selectorshub with selenium to generate and write xpath?

How can I use Selectorshub with selenium ...READ MORE

Jun 3, 2021 in Selenium by Ram

edited Mar 4 23 views
0 votes
1 answer

AttributeError: module 'http' has no attribute 'client

Hi, I have encountered the same issue. It ...READ MORE

Mar 18, 2021 in Python by Lalith Kumar

edited Mar 5 10,388 views
0 votes
1 answer

Error:AttributeError: 'module' object has no attribute 'tests'

Hello @kartik, The problem was that test couldn't find ...READ MORE

Aug 7, 2020 in Python by Niroj
• 82,840 points
12,925 views
+1 vote
1 answer

TypeError: A sparse matrix was passed, but dense data is required. Use X.toarray() to convert to a dense numpy array.

Hi, There is a problem with your X ...READ MORE

Dec 16, 2020 in Machine Learning by MD
• 95,460 points
7,233 views
0 votes
2 answers

What is the difference between Map and HashMap in java?

The basic difference is : Map is ...READ MORE

Aug 28, 2019 in Java by Sirajul
• 59,230 points
29,691 views
0 votes
0 answers

Unable to delete First Column showing "not found in axis" even after I added axis=1 and inplace= True

sheet1.drop('Questions', axis=1, inplace=True) READ MORE

Jun 2, 2021 in Data Analytics by Bhushan

edited Mar 4 28 views
0 votes
0 answers

converting from bytes to json using python

I have an application that sends me ...READ MORE

Jun 1, 2021 in Python by leauradmin
• 110 points

edited Mar 4 29 views
0 votes
1 answer

How to convert multidimensional array into single array?

Hello, This single line would do that: $array = ...READ MORE

Nov 6, 2020 in PHP by Niroj
• 82,840 points
8,921 views
0 votes
1 answer

How to add action listener that listens to multiple buttons?

Declare jbutton b1 right after in opening ...READ MORE

May 26, 2021 in Java by anonymous

edited Mar 5 8,833 views
0 votes
1 answer

How to run shell script file using nodejs?

Hello @kartik, You could use "child process" module ...READ MORE

Oct 16, 2020 in Node-js by Niroj
• 82,840 points
9,796 views
0 votes
0 answers
+2 votes
4 answers

use length function in substring in spark

You can use the function expr val data ...READ MORE

May 3, 2018 in Apache Spark by kurt_cobain
• 9,350 points
43,560 views
0 votes
0 answers

do you have final project for graduation

Title .House management in university READ MORE

May 30, 2021 in Others by Sileshii

edited Mar 4 37 views
0 votes
1 answer

How do I POST urlencoded form data with $http without jQuery?

Hello @kartik,  I think you need to do ...READ MORE

Jul 27, 2020 in Java-Script by Niroj
• 82,840 points
13,257 views