MCPcopy
hub / github.com/pandas-dev/pandas / try_remove_ws

Method try_remove_ws

pandas/tests/io/test_html.py:745–749  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

743 from pandas.io.html import _remove_whitespace
744
745 def try_remove_ws(x):
746 try:
747 return _remove_whitespace(x)
748 except AttributeError:
749 return x
750
751 df = flavor_read_html(banklist_data, match="Metcalf", attrs={"id": "table"})[0]
752 ground_truth = read_csv(

Callers

nothing calls this directly

Calls 1

_remove_whitespaceFunction · 0.90

Tested by

no test coverage detected