Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ json_responder
Function
json_responder
pandas/tests/io/test_http_headers.py:42–43 ·
view source on GitHub ↗
(df)
Source
from the content-addressed store, hash-verified
40
41
42
def
json_responder(df):
43
return
df.to_json().encode(
"utf-8"
)
44
45
46
def
gz_json_responder(df):
Callers
1
gz_json_responder
Function · 0.85
Calls
2
encode
Method · 0.80
to_json
Method · 0.80
Tested by
no test coverage detected