-
Notifications
You must be signed in to change notification settings - Fork 1
[Bug]: Filling NaN Values #4
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededinvalidThis doesn't seem rightThis doesn't seem right
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededinvalidThis doesn't seem rightThis doesn't seem right
Contact Details
No response
What happened?
Null values are not automatically populated using
df.fillna({}, inplace = True)command. [commit: 949cc1d] but works when usingdf = df.fillna({})command.Python Version
3.9.12 (default)
What type of operating system are you using?
Windows 10
Relevant log output
No response
Code of Conduct