-2

My data set is get like

{'ProxyTargetURI': 'fwf', 'account_id': 'ewff', 'aclPermissionSet': None, 'acl_path_prefix': None},
{'ProxyTargetURI': None, 'account_id': None, 'aclPermissionSet': 'ee', 'acl_path_prefix': 'ef'}

So now i want to change data like this example which is not included None value

{'ProxyTargetURI': 'fwf', 'account_id': 'ewff'},
{'aclPermissionSet': 'ee', 'acl_path_prefix': 'ef'}

So i wonder how to change it

Already i use dropna()

So plz teach me

hognkun
  • 181
  • 1
  • 2
  • 14
  • 1
    Please read [ask] for tips like how to write a good title and to make a [mre]. For specifics, see [How to make good reproducible pandas examples](/q/20109391/4518341). – wjandrea Aug 25 '23 at 02:18
  • 2
    Why do you want to use Pandas for this? Pandas doesn't let you have "jagged" datasets, if that's even a thing. – wjandrea Aug 25 '23 at 02:19

0 Answers0