pandas.read_clipboard — pandas 0.24.2 documentation (original) (raw)
pandas. read_clipboard(sep='\\s+', **kwargs)[source]¶
Read text from clipboard and pass to read_csv. See read_csv for the full argument list
| Parameters: | sep : str, default ‘\s+’ A string or regex delimiter. The default of ‘s+’ denotes one or more whitespace characters. |
|---|---|
| Returns: | parsed : DataFrame |