Skip to content

DOC: SyntaxError in pd.read_msgpack examples #16922

Closed
@PengFLyu

Description

@PengFLyu

In [319]: for o in pd.read_msgpack('foo.msg',iterator=True):
.....: print o
.....:
File "<ipython-input-319-a0f40395739e>", line 2
print o
^
SyntaxError: Missing parentheses in call to 'print'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions