xorbits.pandas.read_clipboard#
- xorbits.pandas.read_clipboard(sep: str = '\\s+', **kwargs)[source]#
Read text from clipboard and pass to read_csv.
- Parameters
sep (str, default 's+') – A string or regex delimiter. The default of ‘s+’ denotes one or more whitespace characters.
**kwargs – See read_csv for the full argument list.
- Returns
A parsed DataFrame object.
- Return type
This docstring was copied from pandas.