Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • mapgenerator mapgenerator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • mapgeneratormapgenerator
  • Issues
  • #34
Closed
Open
Issue created Mar 22, 2018 by Laura Cifuentes@lcifuentDeveloper

error in scatter when using a data frame from R

It gives the following error when trying to pass a dataframe from R to do the scatter:

Error in py_call_impl(callable, dots$args, dots$keywords) : 
  AttributeError: 'dict' object has no attribute 'groupby'

Detailed traceback: 
  File "build/bdist.linux-x86_64/egg/mapgenerator/plotting/plotmap.py", line 850, in plot
    scatter_data = DataFrameHandler(self.scatter).filter()
  File "build/bdist.linux-x86_64/egg/mapgenerator/plotting/definitions.py", line 503, in filter
    gdf = self.reader.groupby(datecol)
Assignee
Assign to
Time tracking