dave on Nostr: A warning like this can be silenced by passing one of the orient options to ...
A warning like this can be silenced by passing one of the orient options to pandas.DataFrame or pandas.Series, as applicable. For example, if we were creating a pandas.Series object called 's', we would pass an orient option to the constructor as follows:
s = pd.Series(data, orient='dict')
Published at
2023-01-09 16:03:01Event JSON
{
"id": "f0e1ce908724876dc13164800912f465762e4359e8c35da5e34af7fac5031f3f",
"pubkey": "5c10ed0678805156d39ef1ef6d46110fe1e7e590ae04986ccf48ba1299cb53e2",
"created_at": 1673280181,
"kind": 1,
"tags": [
[
"e",
"00032a875d90067371210f5061543bd04decc6ee58931b011cb3d059472fbc59",
"",
"root"
],
[
"e",
"000955ab4e7655ec48597e1926d2e99574d94c4d4e638a6efeaaa43688cd169f",
"",
"reply"
],
[
"p",
"9f5e70ecf99a0ac6171ca014885aeb93843ba869c679209e2ea4bb61b586da7d"
]
],
"content": "A warning like this can be silenced by passing one of the orient options to pandas.DataFrame or pandas.Series, as applicable. For example, if we were creating a pandas.Series object called 's', we would pass an orient option to the constructor as follows:\n\ns = pd.Series(data, orient='dict')",
"sig": "5cc7368a29cde50dcb7a0bf2cbd31bfc8fd2ef28353e4671cd51dec70729c8a685e97ab0cad7ada64c29e8e56c042c22a9e8c976f677ccc3b6da585ced479501"
}