| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,919
Full Statistics
|
| Online Users |
There are currently 40 online users. » 0 Member(s) | 38 Guest(s) Bing, Google
|
|
|
| Sorting Excel |
|
Posted by: velocity - Oct-03-2018, 01:37 AM - Forum: Data Science
- Replies (2)
|
 |
I'm making a small subprogram that takes an Excel workbook (100K cells at minimum, usually more), finds disordered columns and orders the columns. I'v..... More
|
|
|
| VSCode window switching |
|
Posted by: Larz60+ - Oct-03-2018, 12:13 AM - Forum: Bar
- No Replies
|
 |
This is a variation of a question I asked over a year ago, and still haven't solved.
It is most annoying,
here are the conditions:
|
|
|
| Add rows in dataframe |
|
Posted by: arya_starc - Oct-02-2018, 08:49 PM - Forum: Data Science
- Replies (1)
|
 |
How can I ad rows in the dataframe. I am getting the syntax for adding columns in the dataframe but not for the rows.
[python]
import pandas as pd..... More
|
|
|
| GUI help and review |
|
Posted by: malonn - Oct-02-2018, 02:20 PM - Forum: GUI
- No Replies
|
 |
This is my first foray into Classes. Code:
[python]import os
import winreg
import tkinter
from tkinter import ttk
import ctypes
import sys
..... More
|
|
|
| Idle from Windows console? |
|
Posted by: Polorboy - Oct-02-2018, 01:47 PM - Forum: GUI
- Replies (2)
|
 |
How can I get the same functionality as Linux in Windows so that when I open a terminal/console/powershell/command prompt (whatever Microsoft wants to..... More
|
|
|
| MPI troubles. |
|
Posted by: Chroma - Oct-02-2018, 02:00 AM - Forum: Networking
- No Replies
|
 |
I am going to get 5 computers from my school. Why five? HPC cluster. Why HPC cluster? So I feel smart and that I'm actually doing something with my li..... More
|
|
|
| Drawing circles with loops (solved) |
|
Posted by: Villr - Oct-01-2018, 10:51 AM - Forum: Homework
- No Replies
|
 |
Hi everyone, I'm currently trying to make a program to draw circles with loops. The problem I'm is, I have to make it so every circle drawn would be 1..... More
|
|
|
|