Knowledge
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

A Beginner's Guide To Linear Regression Models In Python

Does your team prefer Python over R? Or are you looking to brush up your on your Python skills? We'll walk through a simple example of a linear regression model using the scikit-learn library in the Python/R Integration. In this exercise, we will als...

intapiuser by Community Team Member
  • 2012 Views
  • 0 comments
  • 0 kudos

Remove Whitespace Margins From Plotly Charts

Plotly is wonderful, but sometimes you end up with a chart that looks like it's too small, or that it's not taking up all the space. Why does it do that? In this post, you'll learn how to fix that:With Python, this is actually very easy. We just need...

intapiuser by Community Team Member
  • 10911 Views
  • 0 comments
  • 0 kudos

Donut Charts — Plot.Ly

The above example is taken from plot.ly's documentation here. A few updates have been made to the example to make it easier to use within the Sisense for Cloud Data Team's Python/R integration.Pie charts with a hole in it give us donut charts. Now ma...

intapiuser by Community Team Member
  • 754 Views
  • 0 comments
  • 0 kudos

Horizontal Funnel Chart — Plot.Ly

Visually it can be preferable to display a funnel chart horizontally. The following code outlines how to do this. Note, your SQL output must have 2 columns titled as follows: phases: the names of each stage along the funnel values: the value associat...

intapiuser by Community Team Member
  • 714 Views
  • 0 comments
  • 0 kudos

Waterfall Charts -- Plot.Ly

Waterfall charts are a great way to highlight changes in your data between steps or periods. The following python script easily plugs in with your SQL output, simply paste this into your Python 3.6 code box provided with the Python/R Integration, ens...

intapiuser by Community Team Member
  • 587 Views
  • 0 comments
  • 0 kudos

Overlapping Area Chart — Plot.Ly

We can create overlapping area charts in Sisense for Cloud Data Teams with the Plot.ly integration! These offer a better way to see the exact value per shaded region than stacked area graphs. If your purpose, however, is to draw attention to the tota...

intapiuser by Community Team Member
  • 711 Views
  • 0 comments
  • 0 kudos

Progress To Goal (Radial Bar Charts) — Plot.Ly

Looking to create a radial bar chart with plot.ly? Look no further! Radial bar charts are a great way to show progress to a goal. The following python script easily plugs in with your SQL output, simply paste this into your Python 3.6 code box provid...

intapiuser by Community Team Member
  • 246 Views
  • 0 comments
  • 0 kudos

Boxplot -- Plot.Ly

Boxplots are a widely recognized chart type and are excellent for quickly and succinctly visualizing distributions. The following Python script, leveraging the plot.ly library with Sisense for Cloud Data Team's Python/R Integration, generates the ima...

intapiuser by Community Team Member
  • 275 Views
  • 0 comments
  • 0 kudos

KPI Chart — Plot.Ly

Contextualizing KPIs is a must. For instance, if a company has 500 users, how does that compare to the number of users last week? Using Sisense for Cloud Data Teams' Python Integration, we can create customized number overlays to cleanly present this...

intapiuser by Community Team Member
  • 137 Views
  • 0 comments
  • 0 kudos

Sankey -- Plot.Ly

Sankey diagrams are a very easy-to-digest way to look at the flow of objects between different points. The below script takes a SQL output with these 3 columns: unique_id: the unique identifier for that entity stage_name: the name of the stage in the...

intapiuser by Community Team Member
  • 652 Views
  • 0 comments
  • 0 kudos

Gantt Chart -- Plot.Ly

Gantt charts are a great way to show which projects and tasks different teams are working on at a given time. This chart type is heavily used by Project Managers, Task Managers, and anyone else managing multiple workflows. We can use the plot.ly libr...

intapiuser by Community Team Member
  • 304 Views
  • 0 comments
  • 0 kudos

Funnel Chart -- Plot.ly

Funnel charts are a great way to represent any drop-offs in sample size throughout a series of steps. Using a little bit of Python handiwork in Sisense for Cloud Data Teams' R/Python integration, we can easily create this chart type. A common use cas...

intapiuser by Community Team Member
  • 211 Views
  • 0 comments
  • 0 kudos

Use A Chart-Level Filter For Your Y Axis - Plot.ly

Want to create a chart-level filter, allowing you to change your Y axis? Say hello to your new favorite library plot.ly! Sisense for Cloud Data Teams' Python and R integration allows you to use Plot.ly (as well as a host of other libraries), some of ...

intapiuser by Community Team Member
  • 787 Views
  • 0 comments
  • 0 kudos

Visualizing Text Data With WordClouds

A popular way of visualizing text data is using WordClouds. Using Python's WordCloud library this can be done with a column of text data and a few lines of code.# SQL output is imported as a pandas dataframe variable called "df" import matplotlib.pyp...

intapiuser by Community Team Member
  • 535 Views
  • 0 comments
  • 0 kudos
Labels
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: