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 →

How can we plot a lagged time series?

ggplot does not seem to have a lag.plot equivalent we can use tail to get a lagged version a vector: tail(x,-1) But within ggplot2 aesthetics must…

Data Science · R

1 Answer · 1.2K Views · Answered ✓

Asked by: Manoj Singh · 6 years ago

How to install and import packages?

Once you install pip in your system then installing new packages becomes very simple for you. You just need to run below command in your command…

Data Science · Pythons

1 Answer · 1.7K Views · Answered ✓

Asked by: Aswini Lobo · 6 years ago

Python installation in UNIX and LINUX?

To install python in LINUX and UNIX machine follow the below steps: Go to https://www.python.org/downloads/ and download the latest version of…

Data Science · Pythons

1 Answer · 1.4K Views · Answered ✓

Asked by: ananya Pawar · 6 years ago

What is the assignment operator and how it works in python?

In python we ‘=’ sign to assign any value to a variable and this operator assigns right-hand side value to the variable written on the left side. But…

Data Science · Pythons

1 Answer · 1.8K Views · Answered ✓

Asked by: shivani Chavan · 6 years ago

How to perform a mathematical operation on python variables?

In python you can perform arithmetic like addition, subtraction, multiplication, division, exponential, modulus, floor division on variables. To…

Data Science · Pythons

1 Answer · 2.4K Views · Answered ✓

Asked by: Tammie Sudderth · 6 years ago

What is a module in python?

To make programming easy to understand and readable for other users, the programmer combines similar kinds of codes in one group which known as a…

Data Science · Pythons

1 Answer · 1.6K Views · Answered ✓

Asked by: Suhani Rodrigues · 6 years ago

How to install python 3 in windows?

To install python in windows follow the below steps: Go to https://www.python.org/downloads/ and download the latest version of python. Once the…

Data Science · Pythons

1 Answer · 1.5K Views · Answered ✓

Asked by: Arjun Arora · 6 years ago

what is python?

Python is a programming language mostly used by Data scientists these days because of its features like interpretable, interactive, object-oriented,…

Data Science · Pythons

1 Answer · 1.6K Views · Answered ✓

Asked by: Jake Edmunds · 6 years ago

How to create an object in python?

We saw above that we can use a class object to access its own different attributes. It can also be used to create a new object and process is to…

Data Science

1 Answer · 1.7K Views · Answered ✓

Asked by: Pavithra Shah · 6 years ago

What is the package in python?

The package is the combination of multiple modules and packages. You can say that in one package there would be multiple modules and by importing…

Data Science · Pythons

1 Answer · 1.7K Views · Answered ✓

Asked by: Sakshi D’souza · 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.