8forty

Avatar
  • Total activity 78
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 9
  • Subscriptions 22
  • Edited

    Error viewing pyspark DataFrame

    Answered
    Hi,  I have a variable that's type pyspark.sql.dataframe.Dataframe (spark 2.4.0), when I click "...View as DataFrame" in pycharm, I get a python error (below), and the python console locks up so I ...
    • 3 followers
    • 4 comments
    • 1 vote
  • Created

    Pycharm Database plugin: Generate DDL to Clipboard keyboard shortcut

    Hi, I noticed that the keyboard shortcut for this (Shift+Ctl+C) doesn't work, and when I search the Keymap in Settings this command doesn't show up (although "Generate DDL to Console" does).  Is th...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    print() doesn't work on python console with sklearn import (pycharm 2018.1, windows10)

    Answered
    Using a file with just these 2 lines:    from sklearn.cluster import KMeans    print('done') 'done' is printed correctly both in the python command-line and when run with the 'Run with Python Conso...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    2018.1 SciView Plots tab only shows 1 matplotlib Figure

    For example if I do plt.plot(...), then plt.figure(), then plt.plot(...), then plt.show(), only the 2nd figure shows up in the Plots tab.  
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Azure Security alert on Datagrip

    Completed
    Hi, I'm using Datagrip/pycharm for SQL development on Azure SQL databases, and have started getting security alerts from Azure saying: "Potential exploitation of application code vulnerability to S...
    • 5 followers
    • 15 comments
    • 0 votes
  • Created

    Duplicating SQL console tabs

    Hi, When developing SQL queries, I normally have a horizontal split of 2 distinct consoles for the same data source.  While a query is busy running in the top split, I switch to the bottom split to...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Run with ctrl-shift-f10 never finishes

    Answered
    I'm new to pycharm, and I don't understand why even a simple hello world program never finishes after ctrl-shift-f10:    def main():   print('hello worldx')   return    if __name__ == '__main__':  ...
    • 2 followers
    • 3 comments
    • 1 vote