Skip to content

Tag: pandas

Is there the equivalent of to_markdown to read data?

With pandas 1.0.0 the use of .to_markdown() to show the content of a dataframe in this forum in markdown is going to proliferate. Is there a convenient way to load the data back into a dataframe? Maybe an option to .from_clipboard(markdown=True)? Answer None of the answers so far read the data from the clipbo…