Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Data Science

Data Science Questions & Answers

Get better with each session of Data Science Training. Talk and understand the language of data and communicate your findings with different techniques and tools that you will gain expertise with the help of this online Data Science Training.

768Discussions
949Answers
0Waiting for an answer
Ask a Data Science Question →

Explain the tidyr() function in R along with installation.

tidyr() is a complimentary package in R used to create tidy datasets. Tidy data is when we have a data set where every row is an observation and…

Data Science · R

1 Answer · 948 Views · Answered ✓

Asked by: bhagwati dubey · 6 years ago

How to export a file in R?

There are two types of files most commonly used in R. a)CSV File CSV or comma separated values are those files that contain data separated by commas.…

Data Science

2 Answers · 1.6K Views · Answered ✓

Asked by: Tanya verma · 6 years ago

How to import an excel file or a sheet in R?

To import excel file we have to install a library called ‘readxl’ install.packages(“readxl”) library(readxl) Excel file can contain two formats Xls…

Data Science · R

1 Answer · 1.4K Views · Answered ✓

Asked by: Tanya verma · 6 years ago

How to read an SQL file in R?

SQL file can be read by connecting to a database and it completely depends on the type of database that we use. One such library is RODBC. To connect…

Data Science · R

1 Answer · 797 Views · Answered ✓

Asked by: Ajit yadav · 6 years ago

How to merge two lists in R?Explain with example

Let us define two lists and merge it. A list can contain an array of elements of any data types be it integer, character or float. first_list =…

Data Science · R

1 Answer · 971 Views · Answered ✓

Asked by: Niharika Deshpande · 6 years ago

Implement a function to display lemmas in Python

Here, ‘show_lemmas’ is a function used to define a lemma in a particular sentence. The above snippet describes how function can be implemented easily…

Data Science

1 Answer · 1.6K Views · Answered ✓

Asked by: Miura Baba · 6 years ago

How to implement Snowball Stemmer in Python?

The algorithm used here is more accurately called the "English Stemmer" or "Porter2 Stemmer". It offers a slight improvement over the original Porter…

Data Science · Natural Language Processing

1 Answer · 2.2K Views · Answered ✓

Asked by: Matsuda Hara · 6 years ago

How to add or remove a stop word in NLP?

To add stop-words into default list of stop words provided by Spacy in Python, we use the following code.In the above snippet, the word ‘btw’ is…

Data Science · Natural Language Processing

1 Answer · 2.4K Views · Answered ✓

Asked by: Emma Cornish · 6 years ago

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.

Latest Data Science Blogs

Guides, tips and career advice on Data Science from JanBask experts.

Explore other technologies

Pick another topic to find answers, interview questions, and real-world tips.