A JSON string representation with the URI parts.
df.uri = 'https://px.dev/community/?param1=val1'df.parsed = px.uri_parse(df.uri)df.path = px.pluck(df.parsed, 'path') # /community/