Is nan in python pandas?



Is nan in python pandas?..

Answer / Kanhaiya Lal

Yes, 'NaN' is used in Python's Pandas library to represent missing or unknown values within a DataFrame or Series.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Tell us which python function will you use to convert a number to a string?

1 Answers  


How we can copy an object in python?

1 Answers  


How many data types are there in python?

1 Answers  


What is threads life cycle?

1 Answers  


Does python support object oriented scripting?

1 Answers  


What is the difference between and ?

1 Answers  


What are python scripts?

1 Answers  


What is meant by mutex in python?

1 Answers  


Write a small code to explain repr() in python ?

1 Answers  


Boolean have 2 possible values. Are there types in python that have 3 possible values?

1 Answers  


What is the purpose of bytes() in python?

1 Answers  


What are built-in data types in Python?

6 Answers  


Categories